Commit a9f0a18b authored by chen shuai's avatar chen shuai

bug: fix the problem of logging out and backing back

parent 30bdfb3d
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
}); });
reloadAuthorized(); reloadAuthorized();
yield put( yield put(
routerRedux.push({ routerRedux.replace({
pathname: '/user/login', pathname: '/user/login',
search: stringify({ search: stringify({
redirect: window.location.href, redirect: window.location.href,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment