dva在组件和model外进行路由跳转
Posted unreal-feather
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dva在组件和model外进行路由跳转相关的知识,希望对你有一定的参考价值。
import createHistory from ‘history/createBrowserHistory‘; const history = createHistory(); export default history;
import history from ‘./utils/history‘; const app = dva({ history: history)}
然后在需要的地方直接饮用
history.push(‘/‘);
以上是关于dva在组件和model外进行路由跳转的主要内容,如果未能解决你的问题,请参考以下文章