Browse Source

update webapp/src/utils/download.js.

tags/V3.0
之江天枢 Gitee 2 years ago
parent
commit
487380f89a
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      webapp/src/utils/download.js

+ 2
- 2
webapp/src/utils/download.js View File

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


Loading…
Cancel
Save