From 7599db1ed0cb8eeb3a017dfd0bc2e32dbbc535d0 Mon Sep 17 00:00:00 2001 From: enlin Date: Tue, 27 Sep 2022 16:52:33 +0800 Subject: [PATCH] fix download --- webapp/src/utils/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/utils/download.js b/webapp/src/utils/download.js index 5ffcdca..eab02c0 100644 --- a/webapp/src/utils/download.js +++ b/webapp/src/utils/download.js @@ -20,7 +20,7 @@ import ZIP from './zip'; const pMap = require('p-map'); -streamSaver.mitm = 'https://static.zhejianglab.com/mitm.html'; +//streamSaver.mitm = 'https://static.zhejianglab.com/mitm.html'; // 默认名字解析 const defaultName = (file) => file.name;