y595705120 3 سال پیش
والد
کامیت
7c45b839ca
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/store/module/user.js

+ 0 - 2
src/store/module/user.js

@@ -25,8 +25,6 @@ export const user = {
             state.userInfo = {}
             state.token = ""
             sessionStorage.clear()
-            router.push({ name: '/', replace: true })
-            window.location.reload()
         },
         ResetUserInfo(state, userInfo = {}) {
             state.userInfo = {...state.userInfo,