fix: 中科佳成项目跳转问题修改

This commit is contained in:
kun 2024-06-19 10:03:51 +08:00
parent b93a9a68e1
commit 39beca0a58

View File

@ -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);