Commit Graph

2 Commits

Author SHA1 Message Date
b8cb28589d refactor(auth): 调整飞书OAuth回调及删除系统菜单与部门相关代码
Some checks failed
Lint Code / Lint Code (push) Failing after 1m36s
- 从系统路由配置中删除了菜单和部门权限管理路由配置
- 飞书OAuth使用hash路由模式,调整redirect_uri以包含“#”
- 优化飞书回调code处理,支持code在hash之前和hash内部两种情况
- 清理飞书登录页面中URL,避免重复处理code参数
- 删除系统部门管理视图及相关逻辑代码
- 删除系统菜单管理视图及相关逻辑代码
- 移除系统菜单和部门相关的表单、hooks、工具类型与验证规则等代码
2026-03-28 10:39:02 +08:00
2b62486364 feat(init): 项目初始化构建
Some checks failed
Lint Code / Lint Code (push) Failing after 35s
2026-03-27 16:50:27 +08:00