This commit is contained in:
hu xiaotong
2025-04-23 16:57:01 +08:00
parent 85c381ab50
commit 1d74593cea
12 changed files with 562 additions and 300 deletions

5
.env.production Normal file
View File

@@ -0,0 +1,5 @@
# API 基础路径
VITE_API_BASE_URL=https://api.your-production-domain.com/api
# 生产环境配置
NODE_ENV=production