Browse Source

REPORT-99625 fix:enablePathStyleAccess默认false

release/11.0
Aeolus.Zhang-张敬峥 2 years ago
parent
commit
d7357e83d9
  1. 2
      front/bundle.js

2
front/bundle.js

@ -164,7 +164,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
editorWidth: EDITOR_WIDTH,
watermark: BI.i18nText("Plugin-S3_Input"),
text: "PathStyleAccess",
value: () => String(this.model.enablePathStyleAccess),
value: () => String(Boolean(this.model.enablePathStyleAccess)),
ref: function (_ref) {
self.enablePathStyleAccessRow = _ref;
},

Loading…
Cancel
Save