Compare commits

..

No commits in common. "dbe651fe9821e7737e9cfc96b2c076e88f75175a" and "535b37e8300a0b176aeff6ed7eb97e4eacec0cfa" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -343,9 +343,9 @@ export default {
this.setLanguage('en') this.setLanguage('en')
this.$updateDictionary() this.$updateDictionary()
} else { } else {
this.$i18n.locale = 'zh' // this.$i18n.locale = 'zh'
this.setLanguage('zh') // this.setLanguage('zh')
this.$updateDictionary() // this.$updateDictionary()
} }
} }
this.$refs.browserTip.open() this.$refs.browserTip.open()