From d21c6354f310b9ab1b3c28c3edc511f73969b164 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 20 九月 2024 14:12:50 +0800
Subject: [PATCH] 1.递交

---
 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