We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ef97d commit 2002696Copy full SHA for 2002696
frontend/src/components/layout/index.vue
@@ -153,7 +153,7 @@ const name = ref('admin')
153
const activeMenu = computed(() => route.path)
154
const routerList = computed(() => {
155
return router.getRoutes().filter(route => {
156
- return route.path !== '/login' && !route.path.includes('/system') && !route.redirect && route.path !== '/:pathMatch(.*)*'
+ return route.path !== '/login' && !route.path.includes('/system') && !route.redirect && route.path !== '/:pathMatch(.*)*' && !route.path.includes('dsTable')
157
})
158
159
0 commit comments