瀏覽代碼

退出系统是清空页面路由缓存

wyq 3 年之前
父節點
當前提交
161d45ba87
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/common/HomePage.vue

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

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