| 123456789101112131415 |
- if (ZXDT == undefined) {
- var ZXDT = {};
- }
- ZXDT.config = {
- //plat_url: "http://192.168.1.88:9026/", //生产环境
- plat_url: "http://localhost:53104/", //测试环境
- plat_apiurl: "http://localhost:53104/", //测试环境
- ui_view: "view_metro",
- socket_ip: "192.168.8.4",//ip
- socket_port: "8081",//端口
- menuworktime: 30000,//菜单工单数量刷新间隔
- indextime: 5000//首页报表刷新间隔
- };
|