wyq 3 سال پیش
والد
کامیت
6db8655d50
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: '/' });
     }
   }