From d59fa02371bc2f1e107e27a364e1ec817cd5c743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 26 Dec 2023 15:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index f1a2572..8956374 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -91,9 +91,10 @@ export const constantRoutes = [ ] }, { - path: 'board', + path: '', component: BoardIndex, - redirect: 'board', + redirect: 'Board', + name: 'Board', meta: { title: "看板管理", icon: "chart", @@ -166,7 +167,7 @@ export const constantRoutes = [ ] }, { - path: 'model', + path: '', component: ModelIndex, redirect: 'model', meta: {