Compare commits

..

No commits in common. "dev-feature/v1.1" and "v1.5" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ NODE_ENV=production
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://192.168.0.31:48080'
VITE_BASE_URL='http://192.168.0.152:48080'
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持S3服务
VITE_UPLOAD_TYPE=server
# 接口地址