Commit 6b5628cb by xuzhenghua

app

parents fb5c2c74 00242794
......@@ -136,9 +136,9 @@ class BlessingPreheat extends Component {
cookie.set("avatar_file", item.avatar_file, {expires, path: '/', domain: 'julyedu.com'});
});
if (cookie.get("token") && cookie.get("uid")) {
window.location.reload()
}
// if (cookie.get("token") && cookie.get("uid")) {
// window.location.reload()
// }
this.props.setCurrentUser(this.transformUser(this.state.userInfoList))
}
......
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