diff --git a/src/i18n/lang/zh-CN.ts b/src/i18n/lang/zh-CN.ts index be9ece9..f66ff96 100644 --- a/src/i18n/lang/zh-CN.ts +++ b/src/i18n/lang/zh-CN.ts @@ -16,10 +16,10 @@ export default { updateTime: '更新时间', required: '必填项不能为空', app: { - title: 'Maku Admin', + title: '在线书城', description: '基于Vue3、TypeScript、Element Plus、Vue Router、Pinia、Axios、i18n、Vite等开发的后台管理,使用门槛极低,采用MIT开源协议,完全免费开源且终生免费,可免费用于商业项目等场景!', - logoText: 'Maku Admin', + logoText: '在线书城后台', miniLogoText: 'MAKU', username: '用户名', password: '密码', diff --git a/src/layout/components/Navbar/NavbarRight.vue b/src/layout/components/Navbar/NavbarRight.vue index 9d2cd4d..a65b20f 100644 --- a/src/layout/components/Navbar/NavbarRight.vue +++ b/src/layout/components/Navbar/NavbarRight.vue @@ -2,15 +2,6 @@