From 60e36c367ccfb6382b29f02df97bebca76351235 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 14 八月 2024 17:30:08 +0800 Subject: [PATCH] 提交 --- src/router/index.js | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 42cf5f2..00443bb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -92,19 +92,32 @@ ] }, { - path: '/detailList', + path: '/rawDetail', component: Layout, - redirect: '/detailList', + redirect: '/rawDetail', children: [ { - path: '/detailList', - component: () => import('@/views/hazardousChemicals/detailList/index.vue'), - name: 'detailList', + path: '/rawDetail', + component: () => import('@/views/hazardousChemicals/electronicWarehouse/components/rawDetail.vue'), + name: 'rawDetail', meta: { title: '危化品详单',icon: 'form', affix: true } } ] }, { + path: '/proDetail', + component: Layout, + redirect: '/proDetail', + children: [ + { + path: '/proDetail', + component: () => import('@/views/hazardousChemicals/electronicWarehouse/components/proDetail.vue'), + name: 'proDetail', + meta: { title: '成品详单',icon: 'form', affix: true } + } + ] + }, + { path: '/accessRecords', component: Layout, redirect: '/accessRecords', -- Gitblit v1.9.2