From ab495cc320eb6596dc2d0b08736a5447ec30b46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 10:11:12 +0800 Subject: [PATCH] fix 80650 --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index fd0ce39..d28bbf4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,6 +40,8 @@ export default { Vue.ls.set('language', ZH, 7 * 24 * 60 * 60 * 1000) Locale.use('zh-CN', zhCN) this.$i18n.locale = ZH + // 修改顶部标题 + document.title = this.pageTitle }, computed: { // 是否中文