|
|
@@ -2560,7 +2560,7 @@ const checkPPTFile = async (jsonObj: any) => {
|
|
|
pptJsonFileid.value = data1[0].fileid
|
|
|
}
|
|
|
else {
|
|
|
- const pptJsonFile = new File([jsonObj], courseDetail.value.title + '.text', { type: 'text/plain' })
|
|
|
+ const pptJsonFile = new File([jsonObj], courseDetail.value.title + '.txt', { type: 'text/plain' })
|
|
|
uploadFile2(pptJsonFile, props.courseid as string)
|
|
|
}
|
|
|
}
|