|
@@ -63,10 +63,10 @@ VueAMap.initAMapApiLoader({
|
|
* Currently MockJs will be used in the production environment,
|
|
* Currently MockJs will be used in the production environment,
|
|
* please remove it before going online ! ! !
|
|
* please remove it before going online ! ! !
|
|
*/
|
|
*/
|
|
-if (process.env.NODE_ENV === 'production') {
|
|
|
|
- const { mockXHR } = require('../mock')
|
|
|
|
- mockXHR()
|
|
|
|
-}
|
|
|
|
|
|
+// if (process.env.NODE_ENV === 'production') {
|
|
|
|
+// const { mockXHR } = require('../mock')
|
|
|
|
+// mockXHR()
|
|
|
|
+// }
|
|
|
|
|
|
// set ElementUI lang to EN
|
|
// set ElementUI lang to EN
|
|
// Vue.use(ElementUI, { locale })
|
|
// Vue.use(ElementUI, { locale })
|