Browse Source

REPORT-91281 fix:插件加密方法修改

release/11.0
Aeolus.Zhang-张敬峥 2 years ago
parent
commit
600f1ebd33
  1. 2
      src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js

2
src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js

@ -212,7 +212,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
endPoint: this.model.endPoint,
region: this.model.region,
accessKeyId: this.model.accessKeyId,
password: this.passwordRow.getCipher(),
password: this.passwordRow.getCompleteCipher(),
bucket: this.model.bucket,
workRoot: this.filePathRow.getValue(),
enablePathStyleAccess,

Loading…
Cancel
Save