I have a router like below:
If you use the history,then Router put everything into the location from the history,such as:
this.props.location.pathname; this.props.location.query;
get it?