设计管理优化

This commit is contained in:
2025-08-20 19:21:52 +08:00
parent 6cab291522
commit 7e4a5e17cc
21 changed files with 632 additions and 108 deletions

View File

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