Skip to content

Commit ef9c223

Browse files
perf: Hide assistant menu
1 parent fbcb147 commit ef9c223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/layout/Menu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const routerList = computed(() => {
2727
}
2828
const list = router.getRoutes().filter((route) => {
2929
return (
30+
!route.path.includes('assistant') &&
3031
!route.path.includes('canvas') &&
3132
!route.path.includes('member') &&
3233
!route.path.includes('permission') &&

0 commit comments

Comments
 (0)