util.js 545 B

12345678910111213141516171819
  1. const globalData = {
  2. // 正式服务器
  3. publicUrl: 'https://sqdx.jiaxintech.com',
  4. publicSocketUrl: 'wss://sqdx.jiaxintech.com',
  5. // 测试服务器
  6. // publicUrl: 'https://sqdx.windd.cn',
  7. // publicSocketUrl: 'wss://sqdx.windd.cn'
  8. // 本地huyubo
  9. // publicUrl: 'http://10.16.4.19:8090',,
  10. // publicSocketUrl: 'ws://10.16.4.19:8090'
  11. // 本地luyu
  12. // publicUrl: 'http://10.16.10.139',
  13. // publicSocketUrl: 'ws://10.16.10.139'
  14. //zxq
  15. // publicUrl: 'http://10.16.4.26:8090',
  16. };
  17. module.exports = {
  18. globalData: globalData,
  19. }