From 0daf7e406663eb3a99c2122773f5c3297b8c1253 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 13 Aug 2024 17:38:31 +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