chore: 插件编辑与运行测试beta

This commit is contained in:
xiaojunnuo
2025-04-08 22:56:38 +08:00
parent c021dd03d3
commit a0eeb17d73
17 changed files with 169 additions and 122 deletions
@@ -58,7 +58,7 @@ function transformOneResource(resource: any, parent: any) {
}
return {
menu,
route
route,
};
}
@@ -79,7 +79,7 @@ export const buildMenusAndRouters = (resources: any, parent: any = null) => {
setIndex(menus);
return {
routes,
menus
menus,
};
};