fix: 生产环境配置改为域名访问 (HTTPS/WSS)

This commit is contained in:
2026-03-18 20:37:29 +08:00
parent c895bc030b
commit 5d3c5544eb
+3 -2
View File
@@ -1,4 +1,5 @@
# 生产环境配置(小程序正式版)
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/ws
VITE_DEBUG=false