This commit is contained in:
chenyan 2021-12-27 17:52:21 +08:00
parent 41eff7c7a4
commit 261e0d53fc
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ var vm_wsp = new Vue({
],
wsConnection: {},
myMsg1: localStorage.wsp_myMsg1 ? localStorage.wsp_myMsg1 : '{"command":"connect","host":"ip.feling.net","port":80}',
myMsg2: localStorage.wsp_myMsg2 ? localStorage.wsp_myMsg2 : '{\n "command": "send",\n "data": "GET / HTTP/1.1\\r\\nHost: ip.feling.net\\r\\n\\r\\n" }',
myMsg2: localStorage.wsp_myMsg2 ? localStorage.wsp_myMsg2 : '{\n "command": "send",\n "data": "GET / HTTP/1.1\\r\\nHost: ip.feling.net\\r\\n\\r\\n" \n}',
myMsg3: localStorage.wsp_myMsg3 ? localStorage.wsp_myMsg3 : '',
},
methods: {