From b4972fd2d422f1a29be5282ab10fad00425931cc Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 07 十月 2022 09:08:02 +0800
Subject: [PATCH] 1.综合看板数据动态化

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

diff --git a/src/router/index.js b/src/router/index.js
index ace34be..766581b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -32,6 +32,11 @@
  */
 export const constantRoutes = [
   {
+    path: '/zhkb',
+    component: () => import('@/views/kb/zhkb'),
+    hidden: true
+  },
+  {
     path: '/kb',
     component: () => import('@/views/kb/index'),
     hidden: true

--
Gitblit v1.9.3