|
|
|
@ -7,9 +7,9 @@ document.title = "衡水老白干景区管理平台"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//内网ip
|
|
|
|
|
var ctx = "http://192.168.130.109:8083/"; |
|
|
|
|
var frontctx = "http://192.168.130.109:8083/"; |
|
|
|
|
var filectx = "http://192.168.130.109:8083/"; |
|
|
|
|
var ctx = "https://www.lbgjtoa.com/"; |
|
|
|
|
var frontctx = "https://www.lbgjtoa.com/"; |
|
|
|
|
var filectx = "https://www.lbgjtoa.com/"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
@ -18,20 +18,16 @@ var filectx = "http://192.168.130.109:8083/"; |
|
|
|
|
// var filectx = "http://39.105.17.128:8083/";
|
|
|
|
|
|
|
|
|
|
//部署的话打开
|
|
|
|
|
var a = window.location.href; |
|
|
|
|
var ctx; |
|
|
|
|
var frontctx; |
|
|
|
|
var filectx; |
|
|
|
|
if(a.search("https://app.xawl.gov.cn/") != -1){ |
|
|
|
|
ctx="https://app.xawl.gov.cn/"; |
|
|
|
|
frontctx="https://app.xawl.gov.cn/"; |
|
|
|
|
filectx="https://app.xawl.gov.cn/"; |
|
|
|
|
}else if(a.search("http://144.7.116.46:10001/") != -1){ |
|
|
|
|
ctx="http://144.7.116.46:10001/"; |
|
|
|
|
frontctx="http://144.7.116.46:10001/"; |
|
|
|
|
filectx="http://144.7.116.46:10001/"; |
|
|
|
|
}else if(a.search("https://zf.aitto.net/") != -1){ |
|
|
|
|
ctx="https://zf.aitto.net/"; |
|
|
|
|
frontctx="https://zf.aitto.net/"; |
|
|
|
|
filectx="https://zf.aitto.net/"; |
|
|
|
|
} |
|
|
|
|
// var a = window.location.href;
|
|
|
|
|
// var ctx;
|
|
|
|
|
// var frontctx;
|
|
|
|
|
// var filectx;
|
|
|
|
|
// if(a.search("https://www.lbgjtoa.com/") != -1){
|
|
|
|
|
// ctx="https://www.lbgjtoa.com/";
|
|
|
|
|
// frontctx="https://www.lbgjtoa.com/";
|
|
|
|
|
// filectx="https://www.lbgjtoa.com/";
|
|
|
|
|
// }else if(a.search("http://192.168.130.155:8083/") != -1){
|
|
|
|
|
// ctx="http://192.168.130.155:8083/";
|
|
|
|
|
// frontctx="http://192.168.130.155:8083/";
|
|
|
|
|
// filectx="http://192.168.130.155:8083/";
|
|
|
|
|
// }
|
|
|
|
|