123456789101112131415 |
- /**
- * @author 张宇
- * @description 项目配置文件
- *
- */
- var __systemConf = {
- // 平面图跳转地址
- planJumpUrl: "http://192.168.64.18:9989/persagyPlan/home",
- // planJumpUrl: "http://192.168.0.72:9989/persagyPlan/home",
- // 拓扑图跳转地址
- topoJumpUrl: "http://192.168.64.18:9989/persagyTopo/home",
- // topoJumpUrl: "http://192.168.0.72:9989/persagyTopo/home",
- }
- window.__systemConf = __systemConf
|