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')
       }