打开vite.config.js export default defineConfig({ .... esbuild:{ pure:['console.log'] } }) 然后在npm run build 打包 最好在npm run preview 预览一下确定是否生效