Skip to content

Commit 326ffb5

Browse files
committed
fix(login): Hidden route
1 parent f1cdbc9 commit 326ffb5

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
@@ -56,6 +56,7 @@ const routerList = computed(() => {
5656
!route.path.includes('permission') &&
5757
!route.path.includes('preview') &&
5858
route.path !== '/login' &&
59+
route.path !== '/admin-login' &&
5960
!route.path.includes('/system') &&
6061
((route.path.includes('set') && userStore.isSpaceAdmin) || !route.redirect) &&
6162
route.path !== '/:pathMatch(.*)*' &&

0 commit comments

Comments
 (0)