Browse Source

修改路由

mtruning 3 years ago
parent
commit
00d205e000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -10,7 +10,7 @@ const RootRoute: Array<RouteRecordRaw> = [
     path: '/',
     name: 'Root',
     redirect: PageEnum.BASE_HOME_NAME,
-    component: () => import('@/views/project/index.vue'),
+    component: () => import('@/app.vue'),
     meta: {
       title: 'Root',
     },