更新 .env.local

This commit is contained in:
huxiaoyu 2025-02-21 06:13:31 +00:00
parent d7463a876c
commit 53e05fe6ee
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ VITE_DEV=true
# 请求路径
# VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL = 'http://www.hs365.top'
VITE_BASE_URL = 'https://www.hs365.top'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server
# 接口地址
# VITE_API_URL=/admin-api
VITE_API_URL=/api
VITE_API_URL=/admin-api
# 是否删除debugger
VITE_DROP_DEBUGGER=true