diff --git a/frontend/src/views/system/authority/authConfig.vue b/frontend/src/views/system/authority/authConfig.vue index 32ab6c3a50..8ce807b420 100644 --- a/frontend/src/views/system/authority/authConfig.vue +++ b/frontend/src/views/system/authority/authConfig.vue @@ -109,15 +109,14 @@ export default { direction: 'source', authType: 'panel', authTargets: 'dept,role,user' + }, + { + tabName: this.$t('auth.menuAuth'), + head: this.$t('auth.menuAuthHead'), + direction: 'source', + authType: 'menu', + authTargets: 'role' } - // , - // { - // tabName: this.$t('auth.menuAuth'), - // head: this.$t('auth.menuAuthHead'), - // direction: 'source', - // authType: 'menu', - // authTargets: 'role' - // } ], targetActiveName: null, sourceActiveName: null,