diff --git a/src/router/index.ts b/src/router/index.ts index d632101..7760a2c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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',