Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

菜单权限分配 #255

Open
yaoper opened this issue Sep 24, 2024 · 0 comments
Open

菜单权限分配 #255

yaoper opened this issue Sep 24, 2024 · 0 comments

Comments

@yaoper
Copy link

yaoper commented Sep 24, 2024

场景

A页面是一个基础数据页面(对应角色A),它的维护由系统管理员来维护。B页面(对应角色B)是一个业务使用的页面,新增数据的时候需要依赖A页面上的列表查询接口做下拉菜单。

权限

  1. 如果不给角色B分配A页面的列表查询权限,打开B页面提示 “当前操作没有权限”
  2. 如果给角色分B配A页面的列表查询权限,打开B页面正常无错误提示,但是菜单多了一个A页面的菜单(只有查询),理论上来讲这个页面角色B不需要看到。

疑问

这种情况该如何解决呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant