util.js 199 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. };
  6. module.exports = {
  7. globalData: globalData,
  8. }