11wqe1 5 months ago
parent
commit
d691e9d64c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/components/studentWorkPreviewDialog.vue

+ 1 - 1
src/components/components/studentWorkPreviewDialog.vue

@@ -422,7 +422,7 @@ export default {
     async open({ work, testData, testJson, tool }) {
 
       console.log('work',work);
-      if (this.isValidURL(work.works)) {
+      if (this.isValidURL(work.works) && tool == '72') {
           await getFile(work.works).then((res) => {
               work.works = res.data;
           });