瀏覽代碼

feat: save

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