12345678910111213 |
- const globalData = {
- publicUrl: 'https://sqdx.windd.cn',
- publicUrl2: 'https://sqdx.windd.cn',
- publicUrl3: 'https://sqdx.windd.cn',
- publicSocketUrl: 'wss://sqdx.windd.cn',
- // publicSocketUrl: 'ws://10.16.10.139:8090',
- // publicUrl: 'http://10.16.10.139:8090', //luyu
- // publicUrl2: 'http://10.16.4.19:8090', //huyubo
- // publicUrl3: 'http://10.16.9.28:8090', //zxq
- };
- module.exports = {
- globalData: globalData
- }
|