更新 api地址修改

This commit is contained in:
YuanFeng 2024-09-06 12:48:19 +08:00
parent aa9f2504f0
commit 2cf2925c46
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ NODE_ENV=production
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://202.74.40.60:8080'
VITE_BASE_URL='/admin-api'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server