mirror of
https://gitee.com/dromara/go-view.git
synced 2025-11-20 23:12:10 +08:00
修改路由
This commit is contained in:
parent
535104447b
commit
00d205e000
@ -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',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user