util.js 430 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. // publicUrl: 'http://10.16.10.139:8090', //luyu
  7. // publicUrl2: 'http://10.16.10.139:8090', //huyubo
  8. // publicUrl3: 'http://10.16.10.139:8090', //zxq
  9. // publicSocketUrl: 'ws://10.16.10.139:8090'
  10. };
  11. module.exports = {
  12. globalData: globalData,
  13. }