From 055f776e163139c2be0564dd89abfe5bc05b11b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 6 Dec 2024 09:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/router/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 32d52e7..e57d85d 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -78,19 +78,19 @@ export const constantRoutes = [ path: 'index', component: () => import('@/views/board/index'), name: 'Board', - meta: { title: '看板1', icon: 'dashboard', affix: true } + meta: { title: '看板1', icon: 'dashboard' } }, { path: 'index1', component: () => import('@/views/board/index1'), name: 'Board1', - meta: { title: '看板2', icon: 'dashboard', affix: true } + meta: { title: '看板2', icon: 'dashboard' } }, { path: 'index2', component: () => import('@/views/board/index2'), name: 'Board3', - meta: { title: '看板3', icon: 'dashboard', affix: true } + meta: { title: '看板3', icon: 'dashboard' } }, ] }, @@ -98,6 +98,7 @@ export const constantRoutes = [ path: '', component: Layout, redirect: 'index', + hidden: true, children: [ { path: 'index',