util.js 289 B

12345678910
  1. const globalData = {
  2. publicUrl: 'https://sqdx.jiaxintech.com'//测试地址
  3. // publicUrl: 'https://sqpx.jiaxintech.com',
  4. // publicUrl:'http://10.16.10.139'
  5. // publicUrl:'http://10.16.4.19:80'
  6. // publicUrl:'http://10.16.4.26:80'
  7. };
  8. module.exports = {
  9. globalData: globalData
  10. }