2020-01-13-react返回上一页

// 如果使用hashHistory
import creatHistory from 'history/createHashHistory'
(两个选一个)
// 如果使用createBrowserHistory
import creatHistory from 'history/createBrowserHistory'

const history = creatHistory();

history.goBack();

你可能感兴趣的:(2020-01-13-react返回上一页)