|
@@ -294,7 +294,6 @@ export default {
|
|
logout() {
|
|
logout() {
|
|
//退出
|
|
//退出
|
|
localStorage.removeItem('token');
|
|
localStorage.removeItem('token');
|
|
- localStorage.removeItem('menuPath')
|
|
|
|
this.$router.push({ path: '/' });
|
|
this.$router.push({ path: '/' });
|
|
}
|
|
}
|
|
}
|
|
}
|