123456789101112131415161718192021222324252627282930313233343536373839404142 |
- window.__config = {
- /**
- * websocket地址
- */
- ws: 'ws://4dart.4dage.com:8013', //'ws://139.159.231.201:8011',
- /**
- * 静态资源地址
- */
- staticUrl: "http://ost.4dage.com/art/artHYC/static",
- /**
- * 使用超时时间180s
- */
- timeout: 180,
- /**
- * 长时间无操作超时30s
- */
- noOperationTimeout: 30,
- /**
- * 画风切换间隔时间3s
- */
- switchInterval: 3,
- /**
- * logo链接
- */
- link:'http://www.4dage.com/#/',
- /**
- * 广告图地址
- */
- adsPath: [{
- link: 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzA3NjI1MTE5MA==&scene=124#wechat_redirect',
- image: 'http://ost.4dage.com/art/artHYC/static/images/ads/4dart.jpg'
- },
- {
- link: 'https://mp.weixin.qq.com/s/qI9FrC2vPK-m4lSf4lCXjQ',
- image: 'http://ost.4dage.com/art/artHYC/static/images/ads/4dart2.jpg?v=123'
- }, {
- link: 'http://www.4dage.com/#/',
- image: 'http://ost.4dage.com/art/artHYC/static/images/ads/4dart.jpg'
- }
- ]
- }
|