This commit is contained in:
2025-08-09 09:54:23 +08:00
parent 6ef758653e
commit 8ce6d2877c
4 changed files with 242 additions and 5 deletions

View File

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