config.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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: "http://ost.4dage.com/art/artHYC/static",
  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:'http://www.4dage.com/#/',
  26. /**
  27. * 广告图地址
  28. */
  29. adsPath: [{
  30. link: 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzA3NjI1MTE5MA==&scene=124#wechat_redirect',
  31. image: 'http://ost.4dage.com/art/artHYC/static/images/ads/4dart.jpg'
  32. },
  33. {
  34. link: 'https://mp.weixin.qq.com/s/qI9FrC2vPK-m4lSf4lCXjQ',
  35. image: 'http://ost.4dage.com/art/artHYC/static/images/ads/4dart2.jpg?v=123'
  36. }, {
  37. link: 'http://www.4dage.com/#/',
  38. image: 'http://ost.4dage.com/art/artHYC/static/images/ads/4dart.jpg'
  39. }
  40. ]
  41. }