Commit bbed0f3b authored by liujiangnan's avatar liujiangnan

test: 测试日志

parent feec6013
......@@ -126,6 +126,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.http.post(this.uploadUrl, formData).subscribe(
(res: any) => {
console.log("***************");
(window as any).courseware.sendEvent("screenshot", {"url": res.url}, this.saveKey);
this.item.contentObj.pic_id = res.url;
this.save();
......
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