浏览代码

Merge branch 'termLink0615' into test

wyq 4 年之前
父节点
当前提交
ac23a327ac
共有 1 个文件被更改,包括 0 次插入1 次删除
  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: '/' });
     }
   }