Compare commits
No commits in common. "dbe651fe9821e7737e9cfc96b2c076e88f75175a" and "535b37e8300a0b176aeff6ed7eb97e4eacec0cfa" have entirely different histories.
dbe651fe98
...
535b37e830
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue