修改路由

This commit is contained in:
mtruning 2021-12-12 21:08:38 +08:00
parent 535104447b
commit 00d205e000

View File

@ -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',
},