util.js 371 B

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