Browse Source

bug: fix the problem of logging out and backing back

pull/3736/head
chen shuai 7 years ago
parent
commit
a9f0a18bd6
  1. 2
      src/models/login.js

2
src/models/login.js

@ -55,7 +55,7 @@ export default {
});
reloadAuthorized();
yield put(
routerRedux.push({
routerRedux.replace({
pathname: '/user/login',
search: stringify({
redirect: window.location.href,

Loading…
Cancel
Save