Commit 126b6c9f authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 8b041c78
......@@ -196,8 +196,8 @@ export default {
let webpath = ''
//wsuri.substring(0, wsuri.indexOf(':'))
if (wsuri != null && wsuri.indexOf(':') <= -1) {
// webpath = 'ws://59.110.43.122:8091/websocket/1001'
webpath = 'ws://10.20.72.31:8091/websocket/1001'
webpath = 'ws://59.110.43.122:8091/websocket/1001'
// webpath = 'ws://10.20.72.31:8091/websocket/1001'
} else {
webpath =
'ws:' +
......@@ -253,8 +253,8 @@ export default {
let webpath = ''
//wsuri.substring(0, wsuri.indexOf(':'))
if (wsuri != null && wsuri.indexOf(':') <= -1) {
// webpath = 'ws://59.110.43.122:8091/websocket/1002'
webpath = 'ws://10.20.72.31:8091/websocket/1002'
webpath = 'ws://59.110.43.122:8091/websocket/1002'
// webpath = 'ws://10.20.72.31:8091/websocket/1002'
} else {
webpath =
'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