diff --git a/frontend/src/components/layout/Menu.vue b/frontend/src/components/layout/Menu.vue index 20a6006f..f8b22432 100644 --- a/frontend/src/components/layout/Menu.vue +++ b/frontend/src/components/layout/Menu.vue @@ -60,6 +60,7 @@ const routerList = computed(() => { !route.path.includes('audit') && route.path !== '/login' && route.path !== '/admin-login' && + route.path !== '/chatPreview' && !route.path.includes('/system') && ((route.path.includes('set') && userStore.isSpaceAdmin) || !route.redirect) && route.path !== '/:pathMatch(.*)*' &&