gemercheung před 1 rokem
rodič
revize
f102ac8e61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')
       }