liveh5-nuxt/app/pages/payment
xingyy 779dc84356 refactor(websocket): 重构 WebSocket 连接和管理
- 在 checkoutPage 中添加全局 WebSocket 客户端实例
- 移除 payment 中的 openRefreshResults 函数
- 更新 authStore,移除不再使用的 openRefreshResults
- 优化 WebSocketClient 类,移除冗余的 token 参数
- 在 nuxt.config.js 中添加 SSL 证书加载逻辑
2025-03-02 10:58:24 +08:00
..
checkoutPage 12 2025-02-28 20:30:45 +08:00
completePage feat(payment): 集成 Stripe 支付功能 2025-02-28 15:08:48 +08:00
external feat(payment): 添加支付结果页面和外部支付页面 2025-02-18 14:10:19 +08:00
result fix(payment): 修复支付结果页面的轮询逻辑和返回 URL 2025-02-28 15:59:44 +08:00
index.vue refactor(websocket): 重构 WebSocket 连接和管理 2025-03-02 10:58:24 +08:00