// 如果使用hashHistory
import creatHistory from 'history/createHashHistory'
(两个选一个)
// 如果使用createBrowserHistory
import creatHistory from 'history/createBrowserHistory'
const history = creatHistory();
history.goBack();
// 如果使用hashHistory
import creatHistory from 'history/createHashHistory'
(两个选一个)
// 如果使用createBrowserHistory
import creatHistory from 'history/createBrowserHistory'
const history = creatHistory();
history.goBack();