修改项目文件夹中index.js文件 src--index.js
import createHistory from 'history/createBrowserHistory';
const app = dva( {
history: createHistory()
});
文件全部内容
修改项目文件夹中index.js文件 src--index.js
import createHistory from 'history/createBrowserHistory';
const app = dva( {
history: createHistory()
});
文件全部内容