From 08a5f6e6f783128aa08782d693d8ec831383fa86 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 26 十二月 2023 13:34:23 +0800
Subject: [PATCH] 1.车间综合   50%

---
 src/router/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 87e3527..871d028 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -32,6 +32,10 @@
  */
 export const constantRoutes = [
   {
+    path: '/all',
+    component: () => import('@/views/kb/all'),
+    hidden: true
+  }, {
     path: '/warehouse',
     component: () => import('@/views/kb/warehouse'),
     hidden: true

--
Gitblit v1.9.3