From 305b807f9856729446a75f859558503e8a93dd42 Mon Sep 17 00:00:00 2001 From: yhl186 <9033283+yhl186@user.noreply.gitee.com> Date: Mon, 22 Dec 2025 11:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E5=A1=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.dev b/.env.dev index 5952e33f1..f383da50d 100644 --- a/.env.dev +++ b/.env.dev @@ -6,6 +6,7 @@ VITE_DEV=true # 请求路径 #VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn' #VITE_BASE_URL='http://192.168.20.7:48080' +#VITE_BASE_URL='http://192.168.20.6:48080' VITE_BASE_URL='http://localhost:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server