Commit 7d1d4050 authored by limingzhe's avatar limingzhe

fix: debug

parent f7167d44
......@@ -532,6 +532,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
if (this.item?.contentObj?.video_url) {
console.log(' has _l url');
console.log(' has _l 2 url');
const newUrl = this.item.contentObj.video_url.replace('_l.mp4', '.mp4');
console.log('new Url' + newUrl);
this.item.contentObj.video_url = newUrl;
......
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