From cf4e15c31e3811032be5b30e8266dd6d6c4d4d68 Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Mon, 20 Dec 2021 19:26:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1titl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/project.router.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/modules/project.router.ts b/src/router/modules/project.router.ts index f9f106dc..6c545c40 100644 --- a/src/router/modules/project.router.ts +++ b/src/router/modules/project.router.ts @@ -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: '模板市场' } } ]