feat(projects): page manage_menu operateDrawer

This commit is contained in:
Soybean
2024-01-30 00:33:26 +08:00
parent e2085e058d
commit db17c916ef
8 changed files with 130 additions and 22 deletions

View File

@ -492,6 +492,8 @@ declare namespace App {
};
menu: {
title: string;
id: string;
parentId: string;
menuType: string;
menuName: string;
routeName: string;
@ -501,6 +503,7 @@ declare namespace App {
i18nKey: string;
icon: string;
localIcon: string;
iconTypeTitle: string;
order: string;
keepAlive: string;
href: string;
@ -542,6 +545,10 @@ declare namespace App {
directory: string;
menu: string;
};
iconType: {
iconify: string;
local: string;
};
};
};
};