1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| /*
| 本配置文件的内容无需重新打包,可在部署的时候根据实际状况,直接修改
| */
| var __CONFIG = {
| host:{ //接口调用的域名设置
| // 'default':'http://localhost:5578',
| 'default':'http://localhost:7788' //奥星现场
| },
| screen:{
| screen1:{
| scrollSpeed:4000, //滚动速度
| refreshTime:10*1000 ,//刷新时间
| refreshTimeX:2*1000 //大屏中央设备位置刷新时间(设备移动动画时间)
| },
| pagechangeTimer:2000, //页面切换时间60*1000
| testWidth:480,
| testHeight:200
| }
| }
|
|