@newview/file-ui 1.1.51 → 1.1.52
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/README.md +0 -7
- package/dist/file-ui.js +1 -1
- package/dist/file-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/file-ui.js
CHANGED
|
@@ -395,7 +395,7 @@ let UploadFileInstance$1 = class UploadFileInstance extends BaseInstance {
|
|
|
395
395
|
let ext = temp1[temp1.length - 1];
|
|
396
396
|
let ossContentType = this.getOssContentType(fileName);
|
|
397
397
|
let fileMark = this.utilities.getCurrentDate("YYYYMMDDHHmmss") + "_" + file.name;
|
|
398
|
-
let ossClient = await new OSSFileApi()
|
|
398
|
+
let ossClient = await new OSSFileApi();
|
|
399
399
|
const userInfo = this.storageInfo.getUser();
|
|
400
400
|
const business = this.storageInfo.getCurrentBusiness();
|
|
401
401
|
const module = this.storageInfo.getCurrentModule();
|