diff --git a/packages/locales/src/langs/zh-CN/authentication.json b/packages/locales/src/langs/zh-CN/authentication.json index 9a57c61..1530e83 100644 --- a/packages/locales/src/langs/zh-CN/authentication.json +++ b/packages/locales/src/langs/zh-CN/authentication.json @@ -1,6 +1,6 @@ { "welcomeBack": "欢迎回来", - "pageTitle": "智能的AI教育平台", + "pageTitle": "数字化AI教育平台", "pageDesc": "高效率、高质量的AI教育平台", "loginSuccess": "登录成功", "loginSuccessDesc": "欢迎回来", diff --git a/playground/src/layouts/auth.vue b/playground/src/layouts/auth.vue index 3494922..3cf10c5 100644 --- a/playground/src/layouts/auth.vue +++ b/playground/src/layouts/auth.vue @@ -7,15 +7,17 @@ import { preferences } from '@vben/preferences' import { $t } from '#/locales' const appName = computed(() => preferences.app.name) -const logo = computed(() => preferences.logo.source) +const loginLogo = + 'https://lxx-web-1313840333.cos.ap-chengdu.myqcloud.com/urm/blueMode.png' +const sloganImage = computed(() => preferences.logo.source) const clickLogo = () => {}