@zscreate/zhxy-app-component 1.0.82 → 1.0.83

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.
@@ -84,6 +84,7 @@
84
84
  const a = document.createElement("a")
85
85
  a.href = this.downLoadUrl + path
86
86
  a.target = '_blank'
87
+ a.download = name
87
88
  a.click()
88
89
  return
89
90
  //#endif
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",