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'), - }, ], }, ];