Commit 6ceccff7 authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 735966f9
......@@ -7,9 +7,9 @@ CONFIG.TITLE = '拉林线-山南站AI节能系统'
// CONFIG.requestPath = 'http://localhost:8046'
// CONFIG.requestPath = 'http://10.20.72.31:8046'
CONFIG.requestPath = 'http://59.110.43.122:8046'
CONFIG.requestPath = 'http://10.20.2.33:8046'
// CONFIG.requestPath = 'http://59.110.43.122:8046'
// 文件上传
// CONFIG.urlPath = 'http://10.20.72.31/'
CONFIG.urlPath = 'http://59.110.43.122/'
CONFIG.urlPath = 'http://10.20.2.33/'
// CONFIG.urlPath = 'http://59.110.43.122/'
......@@ -198,8 +198,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.2.33:8091/websocket/1001'
} else {
webpath =
'ws:' +
......@@ -256,8 +256,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.2.33: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