优化OAuth客户端的日志输出,增强调试信息;修复获取访问令牌时的端口配置,确保回调地址正确;更新API配置中的服务器地址和端口。

This commit is contained in:
2025-08-06 16:53:46 +08:00
parent 1b5f7ac50a
commit 21c01d51d5
4 changed files with 77 additions and 29 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ export default function Login() {
// 获取授权URL
const authorizeUrl = oauthClient.getAuthorizeUrl(state);
console.log("授权URL:", authorizeUrl);
// 重定向到IDaaS登录页面
window.location.href = authorizeUrl;
} catch (error) {