@ddwl/ddwl-ui 1.0.16 → 1.0.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.0.17](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.16...v1.0.17) (2025-07-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 导入组件模板链接赋值修改 ([1985621](https://121.40.23.60:51888/frontend/ddwl-ui/commits/19856218130faa74ff9f120733b597627f385171))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [1.0.16](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.15...v1.0.16) (2025-07-04)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -115,7 +115,7 @@ export default {
|
|
|
115
115
|
},
|
|
116
116
|
methods: {
|
|
117
117
|
downloadFile () {
|
|
118
|
-
window.location.href =
|
|
118
|
+
window.location.href = this.templateUrl
|
|
119
119
|
},
|
|
120
120
|
uploadChange (file, fileList) {
|
|
121
121
|
const isLimit = file.size / 1024 / 1024 < this.fileSize
|