12345678910111213141516171819 |
- const globalData = {
- // 正式服务器
- publicUrl: 'https://sqdx.jiaxintech.com',
- publicSocketUrl: 'wss://sqdx.jiaxintech.com',
- // 测试服务器
- // publicUrl: 'https://sqdx.windd.cn',
- // publicSocketUrl: 'wss://sqdx.windd.cn'
- // 本地huyubo
- // publicUrl: 'http://10.16.4.19:8090',,
- // publicSocketUrl: 'ws://10.16.4.19:8090'
- // 本地luyu
- // publicUrl: 'http://10.16.10.139',
- // publicSocketUrl: 'ws://10.16.10.139'
- //zxq
- // publicUrl: 'http://10.16.4.26:8090',
- };
- module.exports = {
- globalData: globalData,
- }
|