feat: 日志优化
This commit is contained in:
@@ -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 || "请稍后重试",
|
||||
|
||||
Reference in New Issue
Block a user