src/views/classManage/teachingPlan.vue
@@ -472,8 +472,9 @@ // 下载上传资源 const downloadRes = (item: any) => { const url = config.requestCtx + "/file/api/ApiDownload?md5=" + item.Md5; window.open(url, "_blank"); // const url = config.requestCtx + "/file/api/ApiDownload?md5=" + item.Md5; // window.open(url, "_blank"); ElMessage.warning("正在建设中..."); }; // 选择器