diff --git a/src/router/index.ts b/src/router/index.ts index ed181863..69fd39c3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -10,7 +10,7 @@ const RootRoute: Array = [ path: '/', name: 'Root', redirect: PageEnum.BASE_HOME_NAME, - component: () => import('@/views/project/index.vue'), + component: () => import('@/app.vue'), meta: { title: 'Root', },