fix: 修改跳转后台bug
This commit is contained in:
parent
d0df4b9330
commit
4cb5fc9250
@ -558,9 +558,10 @@ function jumpBgd() {
|
||||
if (COMPANY == "") {
|
||||
window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "as"){
|
||||
window.location.replace("http://182.90.224.237:15551/#/projectIndex" + store.token);
|
||||
window.location.replace("http://182.90.224.237:15551/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "agjt"){
|
||||
window.location.replace("http://angang.xingzong.tech:9809" + store.token);
|
||||
console.log('123123')
|
||||
window.location.replace("http://angang.xingzong.tech:9809/#/login?token=" + store.token);
|
||||
} else {
|
||||
// 新项目通用(百色服务器)
|
||||
window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user