Ant Design 页面的跳转

import {routerRedux} from 'dva/router';

在页面时跳转使用

dispatch(routerRedux.push('/'));

在model里面跳转

yield put(routerRedux.push('/'));

猜你喜欢

转载自blog.csdn.net/LoveEate/article/details/84827361