2023-11-1-dist

This commit is contained in:
X1627315083
2023-11-01 09:54:23 +08:00
parent 03407d99af
commit 2fbd72e151
16 changed files with 316 additions and 9 deletions

View File

@@ -352,6 +352,9 @@ export default defineComponent({
},
setLocale(){
// window.location.reload();
let name = 'home'
let noRefresh = true;
this.$router.push({ name: name, params: { noRefresh: noRefresh } });
this.locale == 'zh-cn'?this.locale = 'en':this.locale = 'zh-cn'
}
},