Browse Source

菜单缓存

wyq 3 years ago
parent
commit
6db8655d50
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/common/HomePage.vue

+ 0 - 1
src/components/common/HomePage.vue

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