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
|
@@ -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',
|