Explorar o código

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

wyq %!s(int64=3) %!d(string=hai) anos
pai
achega
161d45ba87
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: '/' });
     }
   }