From 6b8a5c3f2eb06aadf0a534713d947804b7ecc99c Mon Sep 17 00:00:00 2001 From: bootx Date: Sat, 17 Feb 2024 12:53:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=AF=B7=E6=B1=82=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= 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 3939682d9..be990eb50 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_GLOB_API_URL_PREFIX=/server VITE_GLOB_API_URL= # 跨域代理,您可以配置多个 ,请注意,没有换行符 -VITE_PROXY=[["/api","http://localhost:9000"]] +VITE_PROXY=[["/server","http://localhost:9000"]] # 控制台不输出console VITE_DROP_CONSOLE=false