@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 CHANGED
@@ -1,10 +1,3 @@
1
- <!--
2
- * @Description:
3
- * @Author: 白松博
4
- * @Date: 2025-03-07 13:44:45
5
- * @LastEditors: 白松博
6
- * @LastEditTime: 2026-01-14 12:12:31
7
- -->
8
1
  ## 1.1.51
9
2
  1.构建选择组件添加单位工程名称
10
3
 
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().getOSSClient();
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();