gemercheung 1 рік тому
батько
коміт
f102ac8e61
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/store/modules/locale.ts

+ 1 - 1
src/store/modules/locale.ts

@@ -24,7 +24,7 @@ export const useLocaleStore = defineStore({
   },
   getters: {
     getLocale(): LocaleType {
-      console.log('getLocale', this.localInfo)
+      // console.log('getLocale', this.localInfo)
       if (this.localInfo?.locale) {
         localStorage.setItem('lang', this.localInfo?.locale ?? 'zh')
       }