shenzhen-dev #2

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

BIN
dist.rar

Binary file not shown.

View File

@ -1940,6 +1940,10 @@ export const ZTSYJMenu: Array<any> = [
companyPath: "/trench"
}
]
},
{
moduleName: "AI预警",
modulePath: "/aIEarlyWarning"
}
]; // 中铁十一局
export const XNYZHJJMenu: Array<any> = [

View File

@ -255,6 +255,16 @@ export const staticRouter: RouteRecordRaw[] = [
name: "龙门吊监测",
component: () => import("@/views/sevenLargeScreen/largeMachinery/gantryCrane/index.vue")
},
{
path: "/cathangCrane",
name: "汽车吊",
component: () => import("@/views/sevenLargeScreen/cathangCrane/index.vue")
},
{
path: "/trackCrane",
name: "履带吊",
component: () => import("@/views/sevenLargeScreen/trackCrane/index.vue")
},
{
path: "/erectCrane",
name: "架桥机",