feat:动态权限

This commit is contained in:
JaguarJack
2022-12-10 18:29:42 +08:00
parent 8c537e6656
commit c4270a2fc8
46 changed files with 948 additions and 177 deletions

View File

@@ -37,7 +37,7 @@ export const enum WhiteListPage {
* menu 类型
*/
export const enum MenuType {
PAGE_TYPE = 1,
Button_Type,
TOP_TYPE = 1,
PAGE_TYPE = 2,
Button_Type = 3,
}