From d7357e83d9558f79030e2fabc85e8678ae52f995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aeolus=2EZhang-=E5=BC=A0=E6=95=AC=E5=B3=A5?= Date: Fri, 28 Jul 2023 15:30:52 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-99625=20fix:enablePathStyleAccess?= =?UTF-8?q?=E9=BB=98=E8=AE=A4false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; },