shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
4 changed files with 4657 additions and 35 deletions
Showing only changes of commit a42f0385cb - Show all commits

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