diff --git a/web/src/stores/themeConfig.ts b/web/src/stores/themeConfig.ts index 23bc607..3df7ca5 100644 --- a/web/src/stores/themeConfig.ts +++ b/web/src/stores/themeConfig.ts @@ -139,8 +139,8 @@ export const useThemeConfig = defineStore('themeConfig', { */ // 网站主标题(菜单导航、浏览器当前网页标题) globalTitle: SITE_BRAND_TITLE, - // 网站副标题(登录页顶部文字) - globalViceTitle: SITE_BRAND_TITLE, + // 网站副标题(菜单栏标题) + globalViceTitle: 'PIS', // 网站副标题(登录页顶部文字) globalViceTitleMsg: '企业级快速开发平台', // 默认初始语言,可选值"",默认 zh-cn