util.js 314 B

12345678910
  1. const globalData = {
  2. publicUrl: 'http://info.windd.cn:8080/test',//测试
  3. // publicUrl: 'https://info.windd.cn/collection',//正式
  4. //publicUrl: 'http://10.16.4.12:7001',
  5. //publicUrl: 'http://10.16.4.8:7001',
  6. // publicUrl:'http://10.16.4.7:7001'//立秋
  7. };
  8. module.exports = {
  9. globalData: globalData,
  10. }