|
|
@@ -1,6 +1,9 @@
|
|
|
import '@babel/polyfill';
|
|
|
import dva from 'dva';
|
|
|
+
|
|
|
import createHistory from 'history/createHashHistory';
|
|
|
+// user BrowserHistory
|
|
|
+// import createHistory from 'history/createBrowserHistory';
|
|
|
import createLoading from 'dva-loading';
|
|
|
import 'moment/locale/zh-cn';
|
|
|
import FastClick from 'fastclick';
|