From d815fbd281d6bb9c1fff1712614bf9738fd32d73 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 15 Aug 2024 17:29:12 +0800
Subject: [PATCH] 工作台
---
src/router/index.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 00443bb..f215420 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -183,6 +183,20 @@
]
},
{
+ path: '/homePage',
+ component: Layout,
+ redirect: '/homePage',
+ meta: { title: '首页'},
+ children: [
+ {
+ path: 'homePage',
+ component: () => import('@/views/hazardousChemicals/homePage/index.vue'),
+ name: 'homePage',
+ meta: { title: '工作台',icon: 'form'}
+ },
+ ]
+ },
+ {
path: '/systemManage',
component: Layout,
redirect: '/systemManage/warehouse',
--
Gitblit v1.9.2