隐藏一些菜单
This commit is contained in:
parent
aeb2982e47
commit
e12bafe5e4
@ -124,22 +124,22 @@ export const asyncRoutes: RouteConfig[] = [
|
||||
// articleRouters,
|
||||
marketingRoutes,
|
||||
questionRoutes,
|
||||
{
|
||||
path: '/error-log',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
children: [
|
||||
{
|
||||
path: 'log',
|
||||
component: () => import(/* webpackChunkName: "error-log" */ '@/views/error-log/index.vue'),
|
||||
name: 'ErrorLog',
|
||||
meta: {
|
||||
title: 'errorLog',
|
||||
icon: 'bug'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
// {
|
||||
// path: '/error-log',
|
||||
// component: Layout,
|
||||
// redirect: 'noredirect',
|
||||
// children: [
|
||||
// {
|
||||
// path: 'log',
|
||||
// component: () => import(/* webpackChunkName: "error-log" */ '@/views/error-log/index.vue'),
|
||||
// name: 'ErrorLog',
|
||||
// meta: {
|
||||
// title: 'errorLog',
|
||||
// icon: 'bug'
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
path: '*',
|
||||
redirect: '/404',
|
||||
|
Loading…
x
Reference in New Issue
Block a user