注释Vue中所有的console.log

174 阅读1分钟

【一键注释】

在main.js中加入以下一行代码,全局生效 console.log = function() {}