feat: 注释掉上报元素的接口,因为现在会出现问题,也不能使用这个
This commit is contained in:
parent
7ef955f06e
commit
09ea882d03
@ -28,7 +28,7 @@ public class PageElementController implements PageElementApi {
|
||||
|
||||
@Override
|
||||
public ApiResult<Void> report(PageElementReportReq req) {
|
||||
saasPageElementService.report(req);
|
||||
// saasPageElementService.report(req);
|
||||
return ApiResult.ok();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user