2023-11-16-1
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user