编译 acl

This commit is contained in:
wang-liang0615
2023-07-19 13:52:24 +08:00
parent d0e7198b9c
commit a22324ca49
2 changed files with 3 additions and 7 deletions

View File

@@ -48,8 +48,8 @@ export default {
components: { gridSvg, top_agent, top_acl },
data() {
return {
defaultShowRouteName: ['cmdb'],
defaultUnShowRouteName: ['acl'],
defaultShowRouteName: ['cmdb', 'acl'],
defaultUnShowRouteName: [],
routes: store.getters.appRoutes.filter((i) => !(i.meta || {}).hiddenInTopMenu),
current: store.getters.appRoutes[0].name,
visible: false,