Browse Source

Update A.js

master
刘伟坤 6 years ago
committed by GitHub
parent
commit
63007b3723
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/utils/A.js

4
src/utils/A.js

@ -6,4 +6,6 @@ export function downLoad(url) {
document.body.appendChild(oA);
oA.click();
oA.remove(); // 下载之后把创建的元素删除
}
}
//https://quxiaapi.renqilai.com/api/qiniu/upToken https://cdn.renqilai.com/${data.key}

Loading…
Cancel
Save