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专线内跳转,不刷新页面的主要内容,如果未能解决你的问题,请参考以下文章

JS实现页面内跳转

iOS应用内跳转到系统设置页面

markdown页内跳转和目录生成

5(拓展)-页面内跳转

H5实现页面内跳转页面

Layui的后台框架,每次更换页面必须全部刷新吗