Skip to content

Commit 2002696

Browse files
committed
feat: datasource UI
1 parent 25ef97d commit 2002696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/layout/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const name = ref('admin')
153153
const activeMenu = computed(() => route.path)
154154
const routerList = computed(() => {
155155
return router.getRoutes().filter(route => {
156-
return route.path !== '/login' && !route.path.includes('/system') && !route.redirect && route.path !== '/:pathMatch(.*)*'
156+
return route.path !== '/login' && !route.path.includes('/system') && !route.redirect && route.path !== '/:pathMatch(.*)*' && !route.path.includes('dsTable')
157157
})
158158
})
159159

0 commit comments

Comments
 (0)