add
wangpengfei
2023-07-17 30f137e85a76420d872a96c30b2177f59e9706d2
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) // 获取指定角色权限
   }
}