This commit is contained in:
ljx
2025-08-20 10:28:23 +08:00
parent 3b61e84a7f
commit 786e7a516f
38 changed files with 36219 additions and 2 deletions

View File

@ -99,6 +99,11 @@ export const constantRoutes: RouteRecordRaw[] = [
component: () => import('@/views/gisHome/index.vue'),
hidden: true
},
{
path: '/largeScreen',
component: () => import('@/views/largeScreen/index.vue'),
hidden: true
},
{
path: '/indexEquipment',
component: () => import('@/views/materials/orderEquipment/indexEquipment.vue'),