Update main.js
This commit is contained in:
parent
090537d09a
commit
f1c807ab12
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import 'vue-multiselect/dist/vue-multiselect.min.css';
|
|||
import vueWaves from './directive/waves';
|
||||
import vueSticky from './directive/sticky';
|
||||
import errLog from 'store/errLog';
|
||||
import './mock/index.js';
|
||||
import './mock/index.js'; //使用api请求时请将此行注释,不然将被mock拦截
|
||||
// import './styles/mixin.scss';
|
||||
|
||||
// register globally
|
||||
|
|
Loading…
Reference in a new issue