chore: use mockjs in production environment

This commit is contained in:
Pan 2019-05-10 14:47:57 +08:00
parent 63f8635538
commit 504c06f648
1 changed files with 8 additions and 4 deletions

View File

@ -22,12 +22,16 @@ import * as filters from './filters' // global filters
/**
* If you don't want to use mock-server
* you want to use mockjs for request interception
* you can execute:
* you want to use MockJs for mock api
* you can execute: mockXHR()
*
* import { mockXHR } from '../mock'
* mockXHR()
* Currently MockJs will be used in the production environment,
* please remove it before going online! ! !
*/
import { mockXHR } from '../mock'
if (process.env.NODE_ENV === 'production') {
mockXHR()
}
Vue.use(Element, {
size: Cookies.get('size') || 'medium', // set element-ui default size