From ae2f21daaf3aff84f2735bdf03d548e0032bac2c Mon Sep 17 00:00:00 2001 From: "ex_zhangwenlei@exiot.cmcc" <15196725410@139.com> Date: Sat, 6 Jan 2024 00:55:40 +0800 Subject: [PATCH] fix: del router --- src/router/index.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 2af2fa5..f209291 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -113,16 +113,6 @@ const routes = [ component: Home, }, configRoutes, - { - path: '/doc', - name: 'Doc', - component: () => import('@/views/Doc/index.vue'), - }, - { - path: '/about', - name: 'About', - component: () => import('@/views/About/index.vue'), - }, ], }, ];