config.js 521 B

1234567891011121314151617181920212223242526272829303132
  1. window.__config = {
  2. /**
  3. * websocket地址
  4. */
  5. ws: 'ws://testhz.4dage.com:9013', //'ws://139.159.231.201:8011',
  6. /**
  7. * 静态资源地址
  8. */
  9. staticUrl: "http://ost.4dage.com/art/artHYC/static",
  10. /**
  11. * 使用超时时间180s
  12. */
  13. timeout: 180,
  14. /**
  15. * 长时间无操作超时60s
  16. */
  17. noOperationTimeout: 60,
  18. /**
  19. * 画风切换间隔时间3s
  20. */
  21. switchInterval: 3,
  22. IMGSTR: {
  23. qrcode:'/swapQrcode.jpg',
  24. normal:'/swap.jpg'
  25. },
  26. SEVER_URL: 'https://testhz.4dage.com'
  27. }