y595705120 hace 3 años
padre
commit
7c45b839ca
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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,