|
@@ -1,7 +1,7 @@
|
|
|
const globalData = {
|
|
|
// 正式服务器
|
|
|
- publicUrl: 'https://sqdx.jiaxintech.com',
|
|
|
- // publicUrl: 'http://10.16.10.139:8090',
|
|
|
+ // publicUrl: 'https://sqdx.jiaxintech.com',
|
|
|
+ publicUrl: 'http://10.16.10.139',
|
|
|
publicSocketUrl: 'wss://sqdx.jiaxintech.com'
|
|
|
// 测试服务器
|
|
|
// publicUrl: 'https://sqdx.windd.cn',
|
|
@@ -10,8 +10,8 @@ const globalData = {
|
|
|
// publicUrl: 'http://10.16.4.19:8090',,
|
|
|
// publicSocketUrl: 'ws://10.16.4.19:8090'
|
|
|
// 本地luyu
|
|
|
- // publicUrl: 'http://10.16.10.139:8090',
|
|
|
- // publicSocketUrl: 'ws://10.16.10.139:8090'
|
|
|
+ // publicUrl: 'http://10.16.10.139',
|
|
|
+ // publicSocketUrl: 'ws://10.16.10.139'
|
|
|
//zxq
|
|
|
//publicUrl: 'http://10.16.4.26:8080',
|
|
|
};
|