util.js 427 B

12345678910111213
  1. const globalData = {
  2. publicUrl: 'https://sqdx.windd.cn',
  3. publicUrl2: 'https://sqdx.windd.cn',
  4. publicUrl3: 'https://sqdx.windd.cn',
  5. publicSocketUrl: 'wss://sqdx.windd.cn',
  6. // publicSocketUrl: 'ws://10.16.10.139:8090',
  7. // publicUrl: 'http://10.16.10.139:8090', //luyu
  8. // publicUrl2: 'http://10.16.4.19:8090', //huyubo
  9. // publicUrl3: 'http://10.16.9.28:8090', //zxq
  10. };
  11. module.exports = {
  12. globalData: globalData
  13. }