Parcourir la source

部署后提示用户更新27

tyler il y a 2 ans
Parent
commit
039da53f6e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/components/LangSelect/index.vue

+ 0 - 1
src/components/LangSelect/index.vue

@@ -30,7 +30,6 @@ export default {
   methods: {
     handleSetLanguage(lang) {
       this.$i18n.locale = lang
-      // 调用setLanguage方法,设置语言,存储到cookie
       this.$store.dispatch('app/setLanguage', lang)
       this.$message({
         message: this.$t('common.switchLanguageHints'),