From bf8db7f394eb7a878c2741a43f219e72e9575ead Mon Sep 17 00:00:00 2001 From: 13713575202 <1345916905@qq.com> Date: Wed, 28 May 2025 14:26:06 +0800 Subject: [PATCH] xiabin --- sub-operation-service/src/router/index.js | 10 ++++++++-- .../src/views/packaging/sorting.vue | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 sub-operation-service/src/views/packaging/sorting.vue diff --git a/sub-operation-service/src/router/index.js b/sub-operation-service/src/router/index.js index a41f7f6..e1567fa 100644 --- a/sub-operation-service/src/router/index.js +++ b/sub-operation-service/src/router/index.js @@ -215,14 +215,20 @@ export const constantRoutes = [ path: '/sub-operation-service/packaging', name: 'packaging', component: Layout, - redirect: '/sub-operation-service/packaging/index', + redirect: '/sub-operation-service/packaging/sorting', meta: { title: '分拣包装' }, children: [ + { + path: '/sub-operation-service/packaging/sorting', + component: () => import('@/views/packaging/sorting.vue'), + name: 'sortingMain', + meta: { title: '分拣首页' }, + }, { path: '/sub-operation-service/packaging/index', component: () => import('@/views/packaging/index.vue'), name: 'packagingMain', - meta: { title: '分拣包装首页' }, + meta: { title: '包装首页' }, }, ], }, diff --git a/sub-operation-service/src/views/packaging/sorting.vue b/sub-operation-service/src/views/packaging/sorting.vue new file mode 100644 index 0000000..6e85919 --- /dev/null +++ b/sub-operation-service/src/views/packaging/sorting.vue @@ -0,0 +1,19 @@ + + + + +