focusin-mini-ui 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "focusin-mini-ui",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "依赖于wot-design-ui和unocss的uniapp+vue3+vite+tailwindcss通用组件",
5
5
  "main": "index",
6
6
  "module": "index",
@@ -461,7 +461,7 @@ const customUpload: any = async (file, formData, options) => {
461
461
  } else {
462
462
  // 小程序端实现
463
463
  const uploadTask = uni.uploadFile({
464
- url: import.meta.env.VITE_APP_BASE_UPLOAD
464
+ url: import.meta.env.VITE_APP_BASE_UPLOAD,
465
465
  header: {
466
466
  CenterToken: uni.getStorageSync('token'),
467
467
  'Content-Type': 'multipart/form-data',