@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddwl/ddwl-ui",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "private": false,
5
5
  "main": "src/main.js",
6
6
  "description": "ddwl组件库",
@@ -115,7 +115,7 @@ export default {
115
115
  },
116
116
  methods: {
117
117
  downloadFile () {
118
- window.location.href = `${process.env.NODE_ENV === 'development' ? 'http://121.40.125.185:19999' : ''}${this.templateUrl}?authToken=${this.$store.getters.token}`
118
+ window.location.href = this.templateUrl
119
119
  },
120
120
  uploadChange (file, fileList) {
121
121
  const isLimit = file.size / 1024 / 1024 < this.fileSize