调整活动语言适配

This commit is contained in:
X1627315083
2024-10-10 16:35:55 +08:00
parent 9dade2ca03
commit 797c25bfe9
4 changed files with 6 additions and 3 deletions

View File

@@ -437,7 +437,8 @@ export default defineComponent({
// this.$router.push("/home")
// }
this.store.commit('clearAllData')
window.location.reload()
// window.location.reload()
window.location.href = '/home';
}
}
})