diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 08683a8b4e78c461cfd2f13a0e6dfb379d053a3a..f566f6f8f959e54bb29e3fa7b67e242e2ddef1bf 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -59,7 +59,6 @@ export default { // Monitor current language changes // 监听当前语言变动 watch(locale, (newValue, oldValue) => { - console.log("The new language is: " + locale.value); i18n.global.locale = newValue; });