From a645fa11ab80e1d21b6d61ba14b48e8907a6a272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Sat, 7 Sep 2024 01:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jenkinfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.test b/.env.test index 2f67eb3e0..3dee4ad38 100644 --- a/.env.test +++ b/.env.test @@ -4,12 +4,12 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://specialty:48080' +VITE_BASE_URL='http://192.168.10.207:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server # 上传路径 -VITE_UPLOAD_URL='http://specialty:48080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://192.168.10.207:48080/admin-api/infra/file/upload' # 接口地址 VITE_API_URL=/admin-api