2023-11-16-1

This commit is contained in:
X1627315083
2023-11-16 09:44:53 +08:00
parent 0ad232a381
commit 5be355374e
18 changed files with 318 additions and 474 deletions

View File

@@ -392,8 +392,14 @@ export default defineComponent({
if (rv) {
let token = rv;
setCookie("token", token);
location.reload()
this.getLang(v)
this.getLang('')
// if(this.$router.currentRoute._value.path == '/home'){
// this.$router.push("/home")
// }else{
// this.$router.push("/home")
// }
this.store.commit('clearAllData')
window.location.reload()
}
}
})