util.js 245 B

123456789
  1. const globalData = {
  2. // publicUrl: 'http://info.windd.cn:8080/test',
  3. //publicUrl: 'http://10.16.4.12:7001',
  4. //publicUrl: 'http://10.16.4.8:7001',
  5. publicUrl:'http://10.16.4.7:7001'//立秋
  6. };
  7. module.exports = {
  8. globalData: globalData,
  9. }