feat: remove the front-end console output related code

This commit is contained in:
misitebao 2021-11-21 22:19:24 +08:00
parent 0dbe418335
commit b28745c214

View File

@ -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;
});