0
反応ルータを使用して経路経由で状態を送信するにはどうすればよいですか? 私はthis.context.router.pushでルートを変更します。 別の可能性はありますか?反応経路経由で状態を送信
this.context.router.push({
pathname: '/EmpReferralListView',
state: {
message: (typeof message != 'undefined') ? message : ''
}
});