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.$updateDictionary()
} else {
this.$i18n.locale = 'zh'
this.setLanguage('zh')
this.$updateDictionary()
// this.$i18n.locale = 'zh'
// this.setLanguage('zh')
// this.$updateDictionary()
}
}
this.$refs.browserTip.open()