No Branch/Tag Specified
dev
feat/183-bell-contact-schedule
docs/171-coordination-e2e-wiki
feature/155-coordination-e2e
docs/168-sync-coordination-wiki
feature/154-coordination-deployment
docs/152-153-connectors
feature/153-event-evidence-connector
feature/152-brain-control
docs/151-machine-identity-acceptance
task/151-machine-identity
docs/150-contract-acceptance
docs/148-149-contract-acceptance
feature/149-runtime-status-contract
feature/150-event-evidence-contract
feature/148-source-config-contract
docs/8-mvp-acceptance
feature/145-sense-e2e-isolation-cleanup
feature/134-bell-independent-e2e
feature/142-bell-ui-shell-startup
feature/140-bell-minimal-admin-menu
feature/138-bell-production-captcha
feature/133-bell-alert-lifecycle
feature/132-bell-rule-alert
feature/131-bell-event-receipt
feature/16-brain-local-events
feature/15-brain-rules
feature/14-brain-vision
feature/13-brain-decode
feature/11-brain-input
main
feat/sense-79-ops-alerts
feat/sense-78-outbox
feat/77-sense-media-shards
feat/76-sense-edge-node-status
feat/75-sense-quota-capacity
feature/74-sense-operations
feature/73-sense-local-events
feature/72-sense-bulk-provisioning
feature/113-record-parallel-acceptance
feature/113-sync-parallel-implementation-docs
feature/71-sense-e2e-regression
feature/62-bell-goadmin-skeleton
feature/10-brain-python-cuda-skeleton
feature/108-sync-devharness
feature/90-sense-root-launcher
feature/106-supervisor-sense
fix/101-sense-layout-shell
feature/104-sense-login-30-days
docs/99-acceptance
feature/99-sense-app-config
feature/70-sense-windows-delivery
fix/95-sense-media-path-constraint
feature/97-sense-password-login
docs/92-acceptance
fix/92-sense-capabilities-jsonb
docs/69-acceptance
feature/69-sense-area
feature/68-sense-liveview
feature/67-sense-mediamtx-reconcile
feature/66-sense-onvif-admission
feature/65-sense-device-credential
feature/64-sense-auth-rbac-audit
feature/61-sense-goadmin-source-baseline
docs/acceptance-batch-20260814
coordination/58-finalize-branch-governance
explore
agent/codex/56-sense-device-edit-payload
agent/codex/54-sense-liveview-on-demand
agent/codex/51-sense-auto-liveview
agent/codex/50-sense-split-camera-credentials
agent/codex/48-sense-onvif-digest
agent/codex/46-sense-env-loader
agent/codex/44-sense-empty-navigation
agent/codex/42-sense-password-length-only
agent/codex/40-sense-password-min-6
agent/codex/37-sense-windows-package
agent/codex/36-bell-docs
agent/codex/9-bell-mvp
agent/codex/21-sense-mvp
agent/codex/28-current-prototypes
agent/codex/5-goadmin-baseline
agent/codex/3-go-admin-ui-reuse
agent/codex/1-collaboration-rules
No results found.
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ila/yovision#44
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
当前状态:已完成
用户于 2026-08-14 明确验收通过。
基本信息
依赖与并行
子项目影响
Sense/ui/src/layout/AppLayout.vueSense/ui/src/layout/navigation.jsSense/ui/tests/navigation.test.cjsSense/ui/package.jsondocs/02-architecture-and-code-map.md(如入口说明需要,Wiki-first)docs/06-troubleshooting.md(Wiki-first)wiki-docs.jsondocs/task/<本工单归档>.mdSense/dist/sense-windows-amd64/**原始需求
要解决什么
管理员登录成功、后端返回完整权限,但前端侧栏没有任何业务模块,导致设备、视频、区域和权限页面均无法从导航进入。
只读诊断证据
/identity/me均返回administrator和 9 项权限。getRoutes()对嵌套路由返回多个path === '/'的规范化记录:工作台子路由可能排在父布局路由之前。AppLayout.vue使用find(route.path === '/'),可能误选工作台记录;其children为 0,最终 navigation 为空。做什么 / 不做什么
/记录、权限过滤、排序和路径输出;重新构建和打包。已确认方案
path === '/'且确实包含 children 的布局记录派生,不依赖getRoutes()返回顺序。meta.permission的权限过滤和meta.order排序。验收标准
/规范化路由记录顺序影响。验证方式
风险和回退
风险:错误选择布局路由可能展示不该出现的入口。通过权限过滤回归测试保护。回退:恢复 AppLayout 菜单派生实现并重新打包;不涉及数据迁移。
状态:进行中(2026-08-13)
nn根因已定位:Vue Router 规范化后存在多个path === "/"记录,原实现用首个记录派生菜单,实际选到无 children 的工作台记录。管理员后端会话为 administrator 且含 9 项权限,身份与 RBAC 正常。已改为选择具有 children 的布局记录,并新增重复根路径、权限过滤和隐藏入口回归测试。状态:待验收
048a6ec62ed5ccc4a799c21624f65e5aa489647fffe7d8b根因、修复和验证证据已归档。管理员菜单回归 3 项通过,覆盖预期八项模块;运行中的新包返回 administrator 与 9 项权限,并引用新前端脚本。ZIP SHA-256
0703B397D20EAAE54BCB6B5A83170EFF6816246A8C163276495CD93EEEB72B4F。未验证部分:未用自动化真实浏览器断言侧栏 DOM;等待用户 Ctrl+F5 后人工确认。工单保持 open。
用户验收通过(2026-08-14)
用户已明确确认当前未验收工单通过验收。本工单的实现、测试与既有证据按记录接受,Wiki 归档状态已更新为“已完成”(revision
3cf2036d04b8)。该交付属于重建前历史实现;Wiki 归档已完成,代码与原归档镜像继续保留在explore追溯。此验收不改变 #58 的架构决定:旧自研基础框架不会恢复为
dev基线,Sense/Bell 后续仍分别由 #61/#62 从冻结 GoAdmin 源码重建。