mtruning hace 3 años
padre
commit
00d205e000
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
     },