Browse Source

🎉 多租户对象存储新增 华为云obs 与 amazon s3

fix_bug_pro20231227
smallchill 1 year ago
parent
commit
0b9a47edf0
  1. 4
      src/views/resource/oss.vue

4
src/views/resource/oss.vue

@ -99,7 +99,7 @@ export default {
type: 'radio', type: 'radio',
value: 1, value: 1,
span: 24, span: 24,
width: 100, width: 120,
searchLabelWidth: 50, searchLabelWidth: 50,
row: true, row: true,
dicUrl: '/blade-system/dict/dictionary?code=oss', dicUrl: '/blade-system/dict/dictionary?code=oss',
@ -258,7 +258,7 @@ export default {
item.display = category === 4; item.display = category === 4;
} }
if (item.prop === 'region') { if (item.prop === 'region') {
item.display = category === 4; item.display = category === 4 || category === 5;
} }
}); });
}, },

Loading…
Cancel
Save