From 2c746ce6152e233da3ca9b1e29a086e63d154d52 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Sat, 28 Mar 2026 11:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=8A=E6=89=93=E5=8D=B0co?= =?UTF-8?q?nsole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.mjs b/vite.config.mjs index 602faab..e8beffb 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -30,7 +30,7 @@ export default ({ mode, command }) => { ].join(''); buildConfig.terserOptions = { compress: { - drop_console: true, // 删除 console + drop_console: false, // 删除 console drop_debugger: true, // 删除 debugger }, format: { @@ -62,13 +62,13 @@ export default ({ mode, command }) => { proxy: { '/api': { - target: 'http://192.168.0.127:80',//外协本地 + // target: 'http://192.168.0.127:80',//外协本地 // target: 'http://192.168.0.126:80',//举手本地 // target: 'http://192.168.0.115:80',//工作台消息本地 // target: 'http://192.168.1.5:82', // target: "http://192.168.1.4:82", // target: 'http://49.232.74.228:82', - // target: "http://192.168.0.7", + target: "http://192.168.0.2", // target: 'https://saber3.bladex.cn/api', // target: 'http://49.232.74.228:82', // target: "http:192.168.0.220:80",