Commit 126b6c9f authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 8b041c78
...@@ -196,8 +196,8 @@ export default { ...@@ -196,8 +196,8 @@ export default {
let webpath = '' let webpath = ''
//wsuri.substring(0, wsuri.indexOf(':')) //wsuri.substring(0, wsuri.indexOf(':'))
if (wsuri != null && wsuri.indexOf(':') <= -1) { if (wsuri != null && wsuri.indexOf(':') <= -1) {
// webpath = 'ws://59.110.43.122:8091/websocket/1001' webpath = 'ws://59.110.43.122:8091/websocket/1001'
webpath = 'ws://10.20.72.31:8091/websocket/1001' // webpath = 'ws://10.20.72.31:8091/websocket/1001'
} else { } else {
webpath = webpath =
'ws:' + 'ws:' +
...@@ -253,8 +253,8 @@ export default { ...@@ -253,8 +253,8 @@ export default {
let webpath = '' let webpath = ''
//wsuri.substring(0, wsuri.indexOf(':')) //wsuri.substring(0, wsuri.indexOf(':'))
if (wsuri != null && wsuri.indexOf(':') <= -1) { if (wsuri != null && wsuri.indexOf(':') <= -1) {
// webpath = 'ws://59.110.43.122:8091/websocket/1002' webpath = 'ws://59.110.43.122:8091/websocket/1002'
webpath = 'ws://10.20.72.31:8091/websocket/1002' // webpath = 'ws://10.20.72.31:8091/websocket/1002'
} else { } else {
webpath = webpath =
'ws:' + 'ws:' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment