在main.js中添加
if (['production', 'staging'].includes(process.env.NODE_ENV)) { window.console.log = () => {} }