develop #5

Merged
luolan merged 26 commits from develop into master 2025-08-05 12:45:26 +08:00
Showing only changes of commit 3fce35c51b - Show all commits

View File

@ -232,6 +232,8 @@ public class MenuService
// 递归删除所有子菜单
await DeleteMenuRecursive(uuid);
await _context.SaveChangesAsync();
return new ReturnTemplate(200, "菜单删除成功", null);
}
catch (Exception ex)