添加测试环境请求路径的端口信息

This commit is contained in:
jiangjunhong 2025-04-28 13:00:32 +08:00
parent f525c7b8f4
commit 556023ac34
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ VITE_DEV=true
# 请求路径
#VITE_BASE_URL='https://manage-dev.hs365.top'
VITE_BASE_URL=${ENV_API_BASE_URL:-https://manage-dev.hs365.top}
VITE_BASE_URL=${ENV_API_BASE_URL:-https://manage-dev.hs365.top:48080}
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server