Commit 4239e0ae258fddfafff435d4bc464480ebe26427
Merge branch 'fix/DEFECT-1608' into 'main_dev'
fix: 修改点击看板详情菜单栏显示问题 See merge request yunteng/thingskit-front!901
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -2,7 +2,7 @@ import { RouteLocationNormalizedLoaded } from 'vue-router'; |
| 2 | 2 | |
| 3 | 3 | const menuMap = new Map(); |
| 4 | 4 | |
| 5 | -menuMap.set('/visual/board/detail/:boardId/:boardName?', '/visual/board'); | |
| 5 | +menuMap.set('/visual/board/detail/:boardId/:boardName/:organizationId?', '/visual/board'); | |
| 6 | 6 | menuMap.set('/rule/chain/:id', '/rule/chain'); |
| 7 | 7 | |
| 8 | 8 | export const useMenuActiveFix = (route: RouteLocationNormalizedLoaded) => { | ... | ... |