修改路由
This commit is contained in:
parent
535104447b
commit
00d205e000
@ -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',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user