From facfd6f11cb9023f88da4d02a87305b564dabd6f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 02 四月 2024 10:10:25 +0800
Subject: [PATCH] 1.看板文字微调

---
 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 60e4598..735e607 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,6 +47,14 @@
     path: '/ckgl',
     component: () => import('@/views/kanbanManager/ckgl'),
     hidden: true
+  }, {
+    path: '/cjzl',
+    component: () => import('@/views/kanbanManager/cjzl'),
+    hidden: true
+  }, {
+    path: '/all',
+    component: () => import('@/views/kanbanManager/all'),
+    hidden: true
   },
 
   {
@@ -777,6 +785,12 @@
         code: '1014',
         component: () => import('@/views/basicSettings/installationLampSetting'),
         meta: { code: '1014', title: '瀹夌伅璁剧疆', icon: '', keepAlive: true }
+      }, {
+        path: 'groupSetting',
+        name: 'groupSettingCancel',
+        code: '1015',
+        component: () => import('@/views/basicSettings/groupSetting'),
+        meta: { code: '1015', title: '鐝粍璁剧疆', icon: '', keepAlive: true }
       }
     ]
   },

--
Gitblit v1.9.3