Commit f8bfa01e by hank

fix bug

parent ad8aece5
...@@ -11,4 +11,4 @@ VUE_APP_BASE_API = 'http://39.97.179.60:8092' ...@@ -11,4 +11,4 @@ VUE_APP_BASE_API = 'http://39.97.179.60:8092'
# when you have a large number of pages. # when you have a large number of pages.
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
VUE_CLI_BABEL_TRANSPILE_MODULES = true # VUE_CLI_BABEL_TRANSPILE_MODULES = true
...@@ -27,9 +27,9 @@ import * as filters from './filters' // global filters ...@@ -27,9 +27,9 @@ import * as filters from './filters' // global filters
* 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! ! !
*/ */
import { mockXHR } from '../mock' // import { mockXHR } from '../mock'
if (process.env.NODE_ENV === 'production') { if (process.env.NODE_ENV === 'production') {
mockXHR() // mockXHR()
} }
Vue.use(Element, { Vue.use(Element, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment