提交 89bae37a authored 作者: vipcxj's avatar vipcxj

主界面内切换基地后主动刷新页面

上级 2c313d46
...@@ -107,6 +107,8 @@ export default { ...@@ -107,6 +107,8 @@ export default {
yield call(setDomain, name, path); yield call(setDomain, name, path);
yield put({ type: 'switchDomainSuccess', payload: name }); yield put({ type: 'switchDomainSuccess', payload: name });
yield put(routerRedux.push('/main')); yield put(routerRedux.push('/main'));
// noinspection SillyAssignmentJS
global.location.href = global.location.href;
}, },
*fetchUser(ignored, { put, call }) { *fetchUser(ignored, { put, call }) {
const user = yield call(getUser); const user = yield call(getUser);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论