1234567891011 |
- const globalData = {
- // publicUrl: 'http://info.windd.cn:8080/test',//测试
- // publicUrl: 'https://info.windd.cn/collection',//公众号
- publicUrl: 'https://info.windd.cn/test',//正式
- //publicUrl: 'http://10.16.4.12:7001',
- //publicUrl: 'http://10.16.4.8:7001',
- // publicUrl:'http://10.16.4.7:7001'//立秋
- };
- module.exports = {
- globalData: globalData,
- }
|