mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
fix: 修改路由title
This commit is contained in:
parent
54dd1a0dbe
commit
8a57a7f3b9
@ -25,7 +25,7 @@ const projectRoutes: RouteRecordRaw = {
|
||||
name: PageEnum.BASE_HOME_ITEMS_NAME,
|
||||
component: importPath['PageEnum.BASE_HOME_ITEMS_NAME'],
|
||||
meta: {
|
||||
title: PageEnum.BASE_HOME_ITEMS_NAME
|
||||
title: '我的项目'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -33,7 +33,7 @@ const projectRoutes: RouteRecordRaw = {
|
||||
name: PageEnum.BASE_HOME_TEMPLATE_NAME,
|
||||
component: importPath['PageEnum.BASE_HOME_TEMPLATE_NAME'],
|
||||
meta: {
|
||||
title: PageEnum.BASE_HOME_TEMPLATE_NAME
|
||||
title: '我的模板'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -41,7 +41,7 @@ const projectRoutes: RouteRecordRaw = {
|
||||
name: PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME,
|
||||
component: importPath['PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME'],
|
||||
meta: {
|
||||
title: PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME
|
||||
title: '模板市场'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user