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) // 获取指定角色权限 } }