react.service专线内跳转,不刷新页面
Posted notchangeworld
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react.service专线内跳转,不刷新页面相关的知识,希望对你有一定的参考价值。
* create({payload = {}}, {call, put, select}) { const {currentLineId} = yield select(_ => _.app) payload.address.speciaLineId = currentLineId const data = yield call(create, payload); if (data.success) { message.success("新增成功"); yield put(routerRedux.push({ pathname: ‘/customer/protection/flow‘, search : "" })) }else { message.error(data.message); } },
区别于window.location.href="..."
以上是关于react.service专线内跳转,不刷新页面的主要内容,如果未能解决你的问题,请参考以下文章