systemConf.js 307 B

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