角色完善

This commit is contained in:
张松 2025-03-11 19:05:05 +08:00
parent 0bdfa7b461
commit 9e31dcdad1
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class MiniAppPagesController {
* @param status 小程序页面状态 -1 查全部 1 启用 0 禁用
*/
@GetMapping("page")
@SaAdminCheckPermission(value = "miniAppPages:page", name = "小程序页面分页")
public CzgResult<Page<MiniAppPagesDTO>> getMiniAppPage(String name, String path, Integer status) {
return miniAppPageService.getMiniAppPage(name, path, status);
}