history.js 164 Bytes Edit Raw Blame History 1 2 3 4 5 6 // create history const history = require('umi/lib/createHistory').default({ basename: window.routerBase, }); window.g_history = history; export default history;