From 21074dfbe4edf9251b463f5d8ac12618c338d47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 9 Aug 2023 09:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E8=8F=9C=E5=8D=95=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/UI.WinIn.FasterZ.Store/src/router/index.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/PC/UI.WinIn.FasterZ.Store/src/router/index.js b/PC/UI.WinIn.FasterZ.Store/src/router/index.js index 59c9491..aa4880d 100644 --- a/PC/UI.WinIn.FasterZ.Store/src/router/index.js +++ b/PC/UI.WinIn.FasterZ.Store/src/router/index.js @@ -78,6 +78,24 @@ export let constantRoutes = [ } }] }, + { + path: '/', + component: Layout, + redirect: '/menuAll', + hidden: true, + children: [{ + path: 'menuAll', + component: () => import('@/views/menuAll/index'), + name: 'menuAll', + meta: { + keepAlive : true, + title: 'menuAll', + icon: 'svg_dashboard', + outerFirst:true + // affix: true + } + }] + }, ] /**