123456789101112131415161718192021222324 |
- window.__config = {
- /**
- * websocket地址
- */
- ws: 'ws://4dart.4dage.com:9013', //'ws://139.159.231.201:8011',
- /**
- * 静态资源地址
- */
- staticUrl: "http://ost.4dage.com/art/artHYC/static",
- /**
- * 使用超时时间180s
- */
- timeout: 180,
- /**
- * 长时间无操作超时60s
- */
- noOperationTimeout: 60,
- /**
- * 画风切换间隔时间3s
- */
- switchInterval: 3,
-
- }
|