zhangqian
2023-10-31 5f0170df9787c6f3ff17cc168b3f2e3f511453f6
router/authority.go
@@ -15,7 +15,7 @@
      //authorityRouter.DELETE("delete", authorityApi.Delete)              // 删除角色
      //authorityRouter.PUT("update", authorityApi.Update)                 // 更新角色
      //authorityRouter.POST("getAuthorityList", authorityApi.GetAuthorityList) // 获取角色列表
      authorityRouter.POST("setDataAuthority", authorityApi.SetDataAuthority) // 设置角色资源权限
      authorityRouter.POST("setMenuAuthority", authorityApi.SetMenuAuthority) // 设置角色资源权限
      //authorityRouter.POST("getAuthorityId", authorityApi.GetAuthorityId) // 获取指定角色权限
   }
}