feat: 增加菜单授权管理

This commit is contained in:
wangjiahao 2021-05-31 14:26:19 +08:00
parent cfd8e6eb2b
commit 13da216816

View File

@ -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,