Skip to content

Commit 3432305

Browse files
perf: Hide non-essential menus
1 parent f4b7557 commit 3432305

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
@@ -60,6 +60,7 @@ const routerList = computed(() => {
6060
!route.path.includes('audit') &&
6161
route.path !== '/login' &&
6262
route.path !== '/admin-login' &&
63+
route.path !== '/chatPreview' &&
6364
!route.path.includes('/system') &&
6465
((route.path.includes('set') && userStore.isSpaceAdmin) || !route.redirect) &&
6566
route.path !== '/:pathMatch(.*)*' &&

0 commit comments

Comments
 (0)