Dva: routerRedux.push 跳转路由时如何传递参数?

Created on 26 Feb 2017  ·  1Comment  ·  Source: dvajs/dva

yield put(routerRedux.push( {
pathname: '/addressEdit',
data: {item:2},
}));

页面怎么取到data的值?

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings