Skip to content

ref PW-5110

songjiani requested to merge feature/20260701-pw-5110 into develop

feat(login): 增加从URL search参数获取重定向功能 增加 getRedirectFromSearch 方法用于从 window.location.search 中提取 redirect 参数,完善登录页面的重定向逻辑。现在 redirect 参数的优先级 为:路由查询参数 > 实例属性 > hash 参数 > search 参数。

Merge request reports