From d916dfba2efa2d9359f5b432350a15e5ed1a0af4 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期五, 18 十月 2024 13:58:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- .env.test | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.test b/.env.test index 832c5a6..1b5bd59 100644 --- a/.env.test +++ b/.env.test @@ -4,12 +4,12 @@ VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://localhost:48080' +VITE_BASE_URL='http://172.16.8.100:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server # 上传路径 -VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://172.16.8.100:48080/admin-api/infra/file/upload' # 接口地址 VITE_API_URL=/admin-api -- Gitblit v1.9.3