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