@zscreate/zhxy-app-component 1.0.122 → 1.0.123

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.
@@ -152,7 +152,7 @@ import {downloadFile, getOpenId, toAwait} from "../../utils/util";
152
152
  url: that.url,
153
153
  filePath: path[0].path,
154
154
  name: 'file',
155
- formData: {},
155
+ formData: { fileName: that.name },
156
156
  // header['X-Access-Token'] = uni.getStorageSync('token') || vm.$store.state.token
157
157
  header: {
158
158
  'X-Access-Token': uni.getStorageSync('token') || this.$store.state.token || this.$store.getters.token
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.122",
3
+ "version": "1.0.123",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",