【代码优化】SYSTEM:profile 接口,不在加载 socialuser,而是提供独立接口

This commit is contained in:
YunaiV 2025-04-21 20:15:00 +08:00
parent 1c854bb547
commit 10397aa480
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export function useFormSchema(): VbenFormSchema[] {
componentProps: {
placeholder: '请输入${comment}',
},
#elseif($column.htmlType == "imageUpload")## 图片上传
#elseif($column.htmlType == "imageUpload")## 图片上传 TODO @puhui999目前分成了图片和文件上传可以不用 fileType 之类哈,可以用下;
component: 'FileUpload',
componentProps: {
fileType: 'image',