Commit b421624f authored by limingzhe's avatar limingzhe

fix: debiug

parent 8c3f8fee
......@@ -530,6 +530,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
}
if (this.item?.contentObj?.video_url) {
console.log(' has _l url');
this.item.contentObj.video_url = this.item.contentObj.video_url.replace('_l.mp4', '.mp4');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment