|
@@ -5,12 +5,15 @@
|
|
|
*/
|
|
|
|
|
|
var __systemConf = {
|
|
|
+ BASE_URL: '"http://39.102.40.239"', //iframe生产地址
|
|
|
// 平面图跳转地址
|
|
|
// planJumpUrl: "http://192.168.64.18:9909/persagyplan/home", //18
|
|
|
- planJumpUrl: "http://39.102.40.239/persagyplan/home", //39
|
|
|
+ // planJumpUrl: "http://39.102.40.239/persagyplan/home", //39
|
|
|
// 拓扑图跳转地址
|
|
|
// topoJumpUrl: "http://192.168.64.18:9979/persagytopo/home", //18
|
|
|
- topoJumpUrl: "http://39.102.40.239/persagytopo/home", //39
|
|
|
+ // topoJumpUrl: "http://39.102.40.239/persagytopo/home", //39
|
|
|
+ topoJumpUrl: "http://172.16.5.31:8080/persagytopo/home", //39
|
|
|
+ planJumpUrl: "http://172.16.5.31:8081/persagyplan/home", //39
|
|
|
// 免登陆项目列表配置
|
|
|
projects: [
|
|
|
{
|
|
@@ -122,6 +125,5 @@ var __systemConf = {
|
|
|
group_code: "WD"
|
|
|
}
|
|
|
],
|
|
|
- BASE_URL: '"http://39.102.40.239"', //iframe生产地址
|
|
|
};
|
|
|
window.__systemConf = __systemConf;
|