util.js 316 B

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