Merge branch 'master' of gitee.com:youlaitech/vue3-element-admin

This commit is contained in:
有来技术
2021-12-26 12:57:09 +08:00
19 changed files with 288 additions and 355 deletions

View File

@@ -131,4 +131,4 @@ export function saveRolePerms(roleId: number, menuId: number, permIds: Array<num
method: 'put',
data: {menuId: menuId, permIds: permIds}
})
}
}