隐藏一些菜单

This commit is contained in:
zhl 2021-04-22 19:09:53 +08:00
parent aeb2982e47
commit e12bafe5e4

View File

@ -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',