config.js 595 B

1234567891011121314151617181920212223242526272829303132333435
  1. window.__config = {
  2. /**
  3. * websocket地址
  4. */
  5. ws: 'ws://4dart.4dage.com:8013', //'ws://139.159.231.201:8011',
  6. /**
  7. * 静态资源地址
  8. */
  9. staticUrl: "",
  10. /**
  11. * 使用超时时间180s
  12. */
  13. timeout: 180,
  14. /**
  15. * 长时间无操作超时30s
  16. */
  17. noOperationTimeout: 30,
  18. /**
  19. * 画风切换间隔时间3s
  20. */
  21. switchInterval: 3,
  22. /**
  23. * logo链接
  24. */
  25. link:'',
  26. /**
  27. * 广告图地址
  28. */
  29. adsPath: [{
  30. link: '',
  31. image: 'static/images/ads/4dart.jpg'
  32. }
  33. ]
  34. }