feat:【INFRA】文件存储,增加 enablePathStyleAccess 选项

This commit is contained in:
YunaiV
2025-04-25 20:59:29 +08:00
parent b2011aea91
commit 3be2d4c87f
3 changed files with 26 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ const getTitle = computed(() => {
});
const [Form, formApi] = useVbenForm({
commonConfig: {
labelWidth: 120,
},
layout: 'horizontal',
schema: useFormSchema(),
showDefaultActions: false,