Commit ce7b8490 authored by xiexingan's avatar xiexingan

配置更改

parent 45e1f2da
......@@ -7,7 +7,8 @@ CONFIG.TITLE = '轨道交通后台管理系统'
// CONFIG.requestPath = 'http://localhost:8046'
CONFIG.requestPath = 'http://10.20.72.31:8046'
// CONFIG.requestPath = 'http://10.20.72.31:8046'
CONFIG.requestPath = 'http://59.110.43.122:8046'
// 文件上传
CONFIG.urlPath = 'http://10.20.72.33/'
......
......@@ -198,7 +198,7 @@ export default {
let webpath = ''
//wsuri.substring(0, wsuri.indexOf(':'))
if (wsuri != null && wsuri.indexOf(':') <= -1) {
webpath = 'ws://api.crsh.cn:8091/websocket/1001'
webpath = 'ws://59.110.43.122:8091/websocket/1001'
} else {
webpath =
'ws:' +
......@@ -357,7 +357,7 @@ export default {
let webpath = ''
//wsuri.substring(0, wsuri.indexOf(':'))
if (wsuri != null && wsuri.indexOf(':') <= -1) {
webpath = 'ws://api.crsh.cn:8091/websocket/1002'
webpath = 'ws://59.110.43.122: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