Conversation
fix: 🐛 更新useTunnelEdit将nodeInfo处理为Ref<NodeInfo>,以修复修改节点时报错的问题 refactor: 更新版权信息和实名认证相关提示 feat: ✨ 添加页面切换动画功能,允许用户选择不同的动画效果并在主题设置中启用或禁用 chore: update version to 0.6.1 in package.json
chore: 更新项目版本至1.0.0并同步构建时间
fix: 修复一个大写字符导致的构建失败
chore: 将API基础URL和返回URL更新为生产环境地址
fix: 修复 SSO 登录循环并优化重试逻辑
移除在路由守卫和登录页面中已不再需要的SSO重定向状态管理代码, 包括clearSsoRedirectState函数和相关sessionStorage操作。简化登录 页面的错误处理逻辑,将"授权流程未完成"的提示改为更准确的"您已取消 授权",并移除循环检测机制,仅保留基本的重定向时间间隔检查。
- 新增 authToken 工具模块,用于管理访问令牌和刷新令牌的存储、读取与验证 - 修改 axios 拦截器,使用 Authorization 头替代 withCredentials 进行认证 - 在应用启动时从 URL 哈希中消费令牌参数,并清理 URL - 更新路由守卫逻辑,优先检查令牌有效性再尝试获取用户信息 - 改进登录页面,支持重定向路径解析和令牌状态检查 - 调整登出功能,调用令牌清理接口并清除本地存储 - 更新 SSL 证书下载和支付相关 API,使用新的认证头部
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.