diff --git a/front/bundle.js b/front/bundle.js index e042179..05b7e63 100644 --- a/front/bundle.js +++ b/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(this.model.enablePathStyleAccess), ref: function (_ref) { self.enablePathStyleAccessRow = _ref; },