只要销毁本地token就可以
methods: {
logout() {
//清空token
window.sessionStorage.clear();
//跳转到登录页
this.$router.push("/login");
},
},
只要销毁本地token就可以
methods: {
logout() {
//清空token
window.sessionStorage.clear();
//跳转到登录页
this.$router.push("/login");
},
},