chore: 更新小程序和 CLAUDE.md 配置为域名访问

- mini-program/.env.production: 更新 API 和 WebSocket 地址为 HTTPS/WSS 域名
- mini-program/src/config/env.js: 更新测试/生产环境默认地址为域名
- CLAUDE.md: 更新生产环境地址为 lifescript.happylifeos.com
This commit is contained in:
2026-03-18 00:12:05 +08:00
parent 035923a634
commit 98ff8fcd44
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
VITE_APP_ENV=prod
VITE_API_BASE_URL=http://101.200.208.45:19089/api
VITE_WS_URL=ws://101.200.208.45:19089
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
VITE_WS_URL=wss://lifescript.happylifeos.com
VITE_DEBUG=false