优化前端

This commit is contained in:
2026-04-24 12:51:33 +08:00
parent c0a0111c32
commit cdfba88e47
2 changed files with 9 additions and 2 deletions
+4
View File
@@ -74,6 +74,10 @@ const router = createRouter({
name: 'work-order-show',
component: () => import('@/views/work_order/ShowWorkOrder.vue'),
},
{
path: 'warehouse',
redirect: '/warehouse/container',
},
{
path: 'warehouse/container',
name: 'warehouse',