From 487380f89a2e53545fa6190997f85ebd5daf6b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E6=B1=9F=E5=A4=A9=E6=9E=A2?= Date: Fri, 15 Apr 2022 02:40:13 +0000 Subject: [PATCH] update webapp/src/utils/download.js. --- webapp/src/utils/download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/utils/download.js b/webapp/src/utils/download.js index 4f02868..753dd97 100644 --- a/webapp/src/utils/download.js +++ b/webapp/src/utils/download.js @@ -19,8 +19,8 @@ import { minioBaseUrl } from '@/utils/minIO'; import ZIP from './zip'; const pMap = require('p-map'); - -streamSaver.mitm = 'https://static.tianshu.org.cn/mitm.html'; +//调用天枢内部网址,开源版本去除即可 +//streamSaver.mitm = 'https://static.tianshu.org.cn/mitm.html'; // 默认名字解析 const defaultName = (file) => file.name;