更新小程序和开发环境配置,切换API基础地址至新的开发环境URL,并优化环境变量说明以提升可读性。同时,调整配置文件格式,确保一致性和可维护性。

This commit is contained in:
乘风
2026-02-10 17:00:20 +08:00
parent 109accecef
commit ff92ec0e3e
4 changed files with 148 additions and 21 deletions

View File

@@ -2,6 +2,5 @@
# 宝塔部署:若 API 站点开启了强制 HTTPS这里必须用 https否则预检请求会被重定向导致 CORS 报错
# VITE_API_BASE_URL=http://localhost:3006
# VITE_API_BASE_URL=http://localhost:8080
# VITE_API_BASE_URL=https://soulapi.quwanzhi.com
VITE_API_BASE_URL=https://soul.quwanzhi.com
VITE_API_BASE_URL=https://souldev.quwanzhi.com