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

[Feature]: 按钮绑定到菜单里,后端返回的按钮权限数据放到菜单数据里面 #366

Closed
Tracked by #364
honghuangdc opened this issue Mar 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@honghuangdc
Copy link
Member

No description provided.

@honghuangdc honghuangdc mentioned this issue Mar 26, 2024
9 tasks
@honghuangdc honghuangdc added the enhancement New feature or request label Mar 26, 2024
@Azir-11
Copy link
Member

Azir-11 commented Mar 26, 2024

在菜单的meta属性里面放一个权限按钮的数组

[
  {
    "name":"新增",
    "value":"page-add",
  }
] 

在其他地方仍是照常,这样可以在兼容本项目的路由设计的情况下更方便的在菜单管理中管理路由与按钮级权限,而不是再琢磨怎么在菜单下面放按钮,更符合直觉

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

No branches or pull requests

2 participants