From 7036ec98a6db50e43564b4b2a449700fdb08acc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E7=94=9F=E4=BA=AE?= Date: Thu, 26 Feb 2026 13:50:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20-=20API=E8=B5=B0nginx=E5=8F=8D=E4=BB=A3,?= =?UTF-8?q?=20=E7=A6=81=E7=94=A8=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/.env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production index a8f3d29a9..3dfde7af1 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -1,9 +1,9 @@ VITE_BASE=/ # 请求路径 -VITE_BASE_URL=http://127.0.0.1:48080 +VITE_BASE_URL=http://106.14.215.131 # 接口地址 -VITE_GLOB_API_URL=http://127.0.0.1:48080/admin-api +VITE_GLOB_API_URL=/admin-api # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server @@ -23,4 +23,4 @@ VITE_INJECT_APP_LOADING=true VITE_ARCHIVER=true # 验证码的开关 -VITE_APP_CAPTCHA_ENABLE=true \ No newline at end of file +VITE_APP_CAPTCHA_ENABLE=false \ No newline at end of file