Browse Source

fix: build error

iamsee 4 năm trước cách đây
mục cha
commit
094429f277
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/main.js

+ 4 - 4
src/main.js

@@ -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)