- 在 checkoutPage 中添加全局 WebSocket 客户端实例 - 移除 payment 中的 openRefreshResults 函数 - 更新 authStore,移除不再使用的 openRefreshResults - 优化 WebSocketClient 类,移除冗余的 token 参数 - 在 nuxt.config.js 中添加 SSL 证书加载逻辑
- 新增本地 HTTPS 证书文件:localhost.pem 和 localhost-key.pem - 在 nuxt.config.js 中配置 HTTPS 选项,启用本地 HTTPS - 优化 checkoutPage 中的支付流程,使用 router.replace 替代 window.location.href