bri-components 1.4.16 → 1.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bri-components",
3
- "version": "1.4.16",
3
+ "version": "1.4.17",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -389,7 +389,7 @@
389
389
  // 接口 -下载
390
390
  handleDownload (operationItem, fileItem, fileIndex) {
391
391
  axios
392
- .get(fileItem.url, {
392
+ .get(fileItem.downloadUrl, {
393
393
  responseType: "blob"
394
394
  })
395
395
  .then((res) => {