fix: 中科佳成项目跳转问题修改
This commit is contained in:
parent
b93a9a68e1
commit
39beca0a58
@ -583,15 +583,14 @@ function loginOut() {
|
||||
}
|
||||
//跳转后台
|
||||
function jumpBgd() {
|
||||
const envList = ["agjt","zkax","zkjc"]; // 环境标识
|
||||
// 标准版——跳转演示平台项目后台
|
||||
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/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "agjt"){
|
||||
}else if(envList.includes(COMPANY)){
|
||||
window.location.replace(BASEURL + "/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "zkax"){
|
||||
window.location.replace("http://8.136.222.164:8808/#/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