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