config: 更新部署脚本访问地址为域名 lifescript.happylifeos.com

This commit is contained in:
2026-03-18 00:03:37 +08:00
parent 2fc4c29c81
commit 5f77e1da3a
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -229,16 +229,16 @@ if [ "$ALL_SUCCESS" = true ]; then
log_section "部署成功!"
if [ "$DEPLOY_TYPE" = "backend" ] || [ "$DEPLOY_TYPE" = "all" ]; then
log_info "🔌 后端API地址: http://101.200.208.45:19089/api"
log_info "📊 WebSocket地址: ws://101.200.208.45:19089/ws"
log_info "🔌 后端API地址: https://lifescript.happylifeos.com/api"
log_info "📊 WebSocket地址: wss://lifescript.happylifeos.com/ws"
fi
if [ "$DEPLOY_TYPE" = "frontend" ] || [ "$DEPLOY_TYPE" = "all" ]; then
log_info "📱 前端访问地址: http://101.200.208.45/emotion-museum/"
log_info "📱 前端访问地址: https://lifescript.happylifeos.com/"
fi
if [ "$DEPLOY_TYPE" = "admin" ] || [ "$DEPLOY_TYPE" = "all" ]; then
log_info "🔧 管理后台地址: http://101.200.208.45/emotion-museum-admin/"
log_info "🔧 管理后台地址: https://lifescript.happylifeos.com/emotion-museum-admin/"
fi
echo ""