fix: 修复 govdoc 根路由的前端路由集识别 #13
Reference in New Issue
Block a user
Delete Branch "wren-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
当角色菜单只配置内部公文根路由
/govdoc时,后端路由集就绪判断没有把它识别为新版前端路由,可能触发兼容菜单补齐逻辑,额外补出列表和上传入口。变更内容
/govdoc纳入_isFrontendRouteSetReady的新版前端路由集合判断。/govdoc根路由时仍视为新版路由集就绪的场景。验证
pytest tests/test_govdoc_permissions.py关联前端变更
前端仓库
wren-dev已同步推送,包含系统设置默认路由权限修复和入口模块编辑页 UI 对齐调整。