@lambo-design/upload-file 1.0.0-beta.19 → 1.0.0-beta.20

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.vue +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/upload-file",
3
- "version": "1.0.0-beta.19",
3
+ "version": "1.0.0-beta.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -13,7 +13,7 @@
13
13
  "axios": "^0.24.0",
14
14
  "axios-cache-plugin": "^0.1.0",
15
15
  "@lambo-design/core": "^4.7.1-beta.139",
16
- "@lambo-design/shared": "^1.0.0-beta.200"
16
+ "@lambo-design/shared": "^1.0.0-beta.201"
17
17
  },
18
18
  "scripts": {
19
19
  "release": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
package/src/index.vue CHANGED
@@ -113,7 +113,7 @@ export default {
113
113
  //上传文件上下文
114
114
  ossServerContext: {
115
115
  type: String,
116
- default: ''
116
+ default: config.ossServerContext
117
117
  },
118
118
  //上传文件Url
119
119
  ossFilePutUrl: {