Browse Source

无jira任务,s3插件默认参数读取

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

6
front/bundle.js

@ -26,10 +26,9 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
});
},
watch: {},
render: function () {
var self = this, o = this.options;
console.log(this.model.enablePathStyleAccess);
return {
type: "bi.vertical",
@ -166,7 +165,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
editorWidth: EDITOR_WIDTH,
watermark: BI.i18nText("Plugin-S3_Input"),
text: "PathStyleAccess",
value: this.model.enablePathStyleAccess,
value: String(this.model.enablePathStyleAccess),
ref: function (_ref) {
self.enablePathStyleAccessRow = _ref;
},
@ -253,6 +252,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
state: function () {
var val = this.options.value;
console.log(this.options.value);
return {
endPoint: val.endPoint,

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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save