修改路由

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: '/', path: '/',
name: 'Root', name: 'Root',
redirect: PageEnum.BASE_HOME_NAME, redirect: PageEnum.BASE_HOME_NAME,
component: () => import('@/views/project/index.vue'), component: () => import('@/app.vue'),
meta: { meta: {
title: 'Root', title: 'Root',
}, },