fix: BUG修改
This commit is contained in:
parent
d1d8ebd656
commit
a42f0385cb
4684
package-lock.json
generated
4684
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1340,7 +1340,7 @@ export const ZKAXMenu: Array<any> = [
|
||||
modulePath: "/securityManagement"
|
||||
},
|
||||
{
|
||||
menuName: "进度计划",
|
||||
companyPath: "/schedulePlan"
|
||||
moduleName: "进度计划",
|
||||
modulePath: "/schedulePlan"
|
||||
}
|
||||
];
|
||||
@ -569,6 +569,8 @@ function jumpBgd() {
|
||||
window.location.replace("http://182.90.224.237:15551/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "agjt"){
|
||||
window.location.replace(BASEURL + "/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "zkax"){
|
||||
window.location.replace("http://8.136.222.164:8809/#/login?token=" + store.token);
|
||||
} else {
|
||||
// 新项目通用(百色服务器)
|
||||
window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token);
|
||||
|
||||
@ -578,6 +578,8 @@ function jumpBgd() {
|
||||
window.location.replace("http://182.90.224.237:15551/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "agjt"){
|
||||
window.location.replace(BASEURL + "/#/login?token=" + store.token);
|
||||
}else if(COMPANY === "zkax"){
|
||||
window.location.replace("http://8.136.222.164:8809/#/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