Skip to content

Commit

Permalink
fix(多租户): 多租户菜单不显示
Browse files Browse the repository at this point in the history
权限菜单ID与后台不对应,导致菜单不显示

fix #93
  • Loading branch information
Lind-pro committed Jun 30, 2020
1 parent a8834e0 commit 4e7ce19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,15 @@ export default {
{
path: 'system/tenant',
name: '租户管理',
authority: ['tenant', 'admin'],
authority: ['tenant-side-manager', 'tenant-manager', 'admin'],
version: 'pro',
component: './system/tenant'
},
{
hideInMenu: true,
path: '/system/tenant/detail/:id',
name: '租户详情',
authority: ['tenant', 'admin'],
authority: ['tenant-side-manager', 'tenant-manager', 'admin'],
version: 'pro',
component: './system/tenant/detail',
},
Expand Down

0 comments on commit 4e7ce19

Please sign in to comment.