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