From 40d411c57a59715fc8a463b53dd41900d9d89831 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 31 Dec 2025 11:26:51 +0800 Subject: [PATCH] chore(build): update vue.config.js --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 2477d57..ebf8b7f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -66,7 +66,7 @@ module.exports = { sourceMap: false // 不生成source map }; - config.log('terserOptions配置完成'); + console.log('terserOptions配置完成'); } } }