|
|
@@ -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;
|
|
|
});
|