systemConf.js 437 B

123456789101112131415
  1. /**
  2. * @author 张宇
  3. * @description 项目配置文件
  4. *
  5. */
  6. var __systemConf = {
  7. // 平面图跳转地址
  8. planJumpUrl: "http://192.168.64.18:9989/persagyPlan/home",
  9. // planJumpUrl: "http://192.168.0.72:9989/persagyPlan/home",
  10. // 拓扑图跳转地址
  11. topoJumpUrl: "http://192.168.64.18:9989/persagyTopo/home",
  12. // topoJumpUrl: "http://192.168.0.72:9989/persagyTopo/home",
  13. }
  14. window.__systemConf = __systemConf