easegen-front/src/views/chooseTemplate/index.vue
@@ -1119,6 +1119,7 @@ } percentagePPT.value = parseInt(`${progress * 100}`) } else if (res && res.length > 0) { console.log('解析成功', res) console.log('courseInfo', courseInfo.value) res.forEach((item) => { item.isActive = false yudao-module-digitalcourse/yudao-module-digitalcourse-biz/src/main/java/cn/iocoder/yudao/module/digitalcourse/service/coursemedia/CourseMediaServiceUtil.java
@@ -373,7 +373,7 @@ result = data.getString("result"); System.out.println("任务已完成,结果文件路径: " + result); } else if (status == 3){ throw new RuntimeException("任务失败,请联系管理员"); throw new RuntimeException(data.getString("msg")); }else { System.out.println("任务尚未完成,当前进度: " + data.getIntValue("progress") + "%"); }