From e12bafe5e49fbdb258ddcfc67c94e7a1690eaca2 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 22 Apr 2021 19:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=80=E4=BA=9B=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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',