UNPKG
tuns-mobile-components
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Tuns Design UI
tuns-mobile-components
/
src
/
pages
/
.umi
/
history.js
7 lines
(6 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
// create history
const
history =
require
(
'umi/lib/createHistory'
).
default
({
basename
:
window
.
routerBase
, });
window
.
g_history
= history;
export
default
history;