Browse Source

Merge branch 'develop/3.1.5' into test

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
8de6cbedb4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main.js

+ 0 - 1
src/main.js

@@ -11,7 +11,6 @@ Vue.prototype.$axios = axios
 // 打开App
 Vue.prototype.openApp = openApp
 
-console.log(process.env);
 if (process.env.VUE_APP_ENV !== 'production') {
   Vue.prototype.vconsole = new VConsole()
 }