|
|
@@ -1939,7 +1939,7 @@ export default {
|
|
|
const pptJsonFile = new File([pptJsonStr], "pptData.json", { type: "application/json" });
|
|
|
// 你可以根据需要将pptJsonFile上传或保存
|
|
|
|
|
|
- let _url = await this.uploadFile(pptJsonFile);
|
|
|
+ let Cow = await this.uploadFile(pptJsonFile);
|
|
|
// uid: this.userId,
|
|
|
// cid: this.id,
|
|
|
// stage: this.courseType,
|
|
|
@@ -1955,7 +1955,7 @@ export default {
|
|
|
stage: this.courseType,
|
|
|
task: this.taskCount,
|
|
|
tool: this.toolIndex,
|
|
|
- content: _url,
|
|
|
+ content: Cow,
|
|
|
type: 20,
|
|
|
atool: 72
|
|
|
}
|