Browse Source

'console.log'

chending1994 4 years ago
parent
commit
59db2161f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main.js

+ 2 - 2
src/main.js

@@ -12,8 +12,8 @@ import $mSettingConfig from '@/config/setting.config.js';
 import $mFormRule from '@/config/formRule.config.js';
 import $mGraceChecker from '@/utils/graceChecker';
 
-import Vconsole from 'vconsole'
-new Vconsole()
+// import Vconsole from 'vconsole'
+// new Vconsole()
 
 Vue.prototype.$http = http;
 Vue.prototype.$mStore = store;