From 19f9558553f7dc35fc5cb82d2d86e8479e98fb01 Mon Sep 17 00:00:00 2001 From: xiangshu233 Date: Fri, 11 Oct 2024 16:28:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=E6=94=BE=E8=A1=8C=20`console`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index e272c19..bbdf28f 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = / VITE_USE_MOCK = true # 是否删除console -VITE_DROP_CONSOLE = true +VITE_DROP_CONSOLE = false # 跨域代理,可以配置多个,请注意不要换行 # VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]]