mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): page manage_menu operateDrawer
This commit is contained in:
2
src/typings/api.d.ts
vendored
2
src/typings/api.d.ts
vendored
@ -171,6 +171,8 @@ declare namespace Api {
|
||||
type IconType = '1' | '2';
|
||||
|
||||
type Menu = Common.CommonRecord<{
|
||||
/** parent menu id */
|
||||
parentId: number;
|
||||
/** menu type */
|
||||
menuType: MenuType;
|
||||
/** menu name */
|
||||
|
Reference in New Issue
Block a user