util.js 229 B

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