新增删除菜单

This commit is contained in:
2023-06-27 17:00:31 +08:00
parent 195942a4f5
commit c8fd746540
7 changed files with 110 additions and 6 deletions
+3
View File
@@ -105,5 +105,8 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 修改菜单
menuGroup.PUT("/:menu_id", api.Menu.PutMenu)
// 删除菜单-批量
menuGroup.DELETE("", api.Menu.DeleteMenu)
}
}