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]: 系统管理 - 菜单管理支持更多属性配置 #370

Closed
Tracked by #364
honghuangdc opened this issue Mar 27, 2024 · 4 comments
Closed
Tracked by #364

[Feature]: 系统管理 - 菜单管理支持更多属性配置 #370

honghuangdc opened this issue Mar 27, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@honghuangdc
Copy link
Member

支持更多属性配置,参照 src/typings/router.d.ts 类型定义

@honghuangdc
Copy link
Member Author

计划 v1.1 中 实现 #364

@honghuangdc honghuangdc changed the title [Feature] 系统管理 - 菜单管理 [Feature] 系统管理 - 菜单管理支持更多属性配置 Mar 27, 2024
@honghuangdc honghuangdc added the enhancement New feature or request label Mar 27, 2024
@haitang1894
Copy link

这个需要后端配合吧,目前菜单数据返回结构太少,而且返回的RouteMeta对象在一整个对象当中,应该在后端也设置相对应的meta字段使用Json/String存储,查询到前台解析字段展示,添加的话封装成对应meta字符串,这样添加应该合理

@Azir-11
Copy link
Member

Azir-11 commented Mar 28, 2024

这个需要后端配合吧,目前菜单数据返回结构太少,而且返回的RouteMeta对象在一整个对象当中,应该在后端也设置相对应的meta字段使用Json/String存储,查询到前台解析字段展示,添加的话封装成对应meta字符串,这样添加应该合理

1、菜单管理会跟进type定义的所有信息
2、全部存成json的话健壮性会低很多,也不利于维护,如果需要的话可以自行处理成json/String

@honghuangdc honghuangdc changed the title [Feature] 系统管理 - 菜单管理支持更多属性配置 [Feature]: 系统管理 - 菜单管理支持更多属性配置 Apr 1, 2024
@honghuangdc honghuangdc mentioned this issue Apr 24, 2024
9 tasks
@honghuangdc
Copy link
Member Author

实现 #411

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

3 participants