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