fix: BUG修改

This commit is contained in:
kun 2024-06-06 09:25:34 +08:00
parent d1d8ebd656
commit a42f0385cb
4 changed files with 4657 additions and 35 deletions

4684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1340,7 +1340,7 @@ export const ZKAXMenu: Array<any> = [
modulePath: "/securityManagement"
},
{
menuName: "进度计划",
companyPath: "/schedulePlan"
moduleName: "进度计划",
modulePath: "/schedulePlan"
}
];

View File

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

View File

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