fix
wangpengfei
2023-08-28 c5a0eb549cba2cd358a2d0496c44f3a289f15d9c
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) // 获取指定角色权限
   }
}