Browse Source

全部菜单路由

noToken
安虹睿 1 year ago
parent
commit
21074dfbe4
  1. 18
      PC/UI.WinIn.FasterZ.Store/src/router/index.js

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

Loading…
Cancel
Save