mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-14 12:22:08 +08:00
修改路由
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user