|
|
@@ -57,10 +57,10 @@ Vue.use(JMultiSelectTag)
|
|
|
* Currently MockJs will be used in the production environment,
|
|
|
* 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()
|
|
|
+// }
|
|
|
|
|
|
Vue.use(ELScrollbar)
|
|
|
Vue.use(ColorPicker)
|