From 5d55597cca6c9d2bc6cb6211a01c161fa5f086ba Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sun, 6 Aug 2023 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index f947495ad..36716fbeb 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -567,25 +567,6 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [ } } ] - }, - { - path: '/dynamic', - component: Layout, - redirect: '/404', - name: 'Dynamic', - meta: { - hidden: true - }, - children: [ - { - path: 'tab/:id', - component: () => import('@/components/Dynamic/src/Dynamic.vue'), - name: 'Dynamic', - meta: { - title: '详情页' - } - } - ] } ]