feat: 日志优化

This commit is contained in:
zdl
2025-10-18 12:12:02 +08:00
parent 87b77af187
commit 4ebb17190f
8 changed files with 206 additions and 134 deletions

View File

@@ -355,7 +355,7 @@ export default function AuthFormContent() {
window.location.href = response.auth_url;
}, 500);
} catch (error) {
console.error('微信H5登录失败:', error);
logger.error('AuthFormContent', 'handleWechatH5Login', error);
toast({
title: "跳转失败",
description: error.message || "请稍后重试",