you need to develop a permission function for an antd project. Of course, the real permissions are completed by the background. The front-end part needs to dynamically display some menus according to the permissions and add or delete permissions to the roles. I would like to ask you to share your ideas. The questions are sorted out as follows:
- according to the role identity of the logged-in user, some menus are visible and some are not visible.
- Administrator users can assign roles to other users and edit the permissions of roles;
the current project uses ant design pro;
Welcome to exchange ideas!