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 + } + }] + }, ] /**