gemercheung hace 1 año
padre
commit
f102ac8e61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')
       }