update .env.local.

Signed-off-by: Lemon <1599456917@qq.com>
pull/711/head
Lemon 2025-02-22 11:59:44 +00:00 committed by Gitee
parent 009b17c91d
commit bc77178b37
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://192.168.3.9:48080'
VITE_BASE_URL='http://localhost:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server