【代码优化】SYSTEM:profile 接口,不在加载 socialuser,而是提供独立接口
This commit is contained in:
parent
1c854bb547
commit
10397aa480
|
@ -75,7 +75,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||||
componentProps: {
|
componentProps: {
|
||||||
placeholder: '请输入${comment}',
|
placeholder: '请输入${comment}',
|
||||||
},
|
},
|
||||||
#elseif($column.htmlType == "imageUpload")## 图片上传
|
#elseif($column.htmlType == "imageUpload")## 图片上传 TODO @puhui999:目前分成了图片和文件上传,可以不用 fileType 之类哈,可以用下;
|
||||||
component: 'FileUpload',
|
component: 'FileUpload',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
fileType: 'image',
|
fileType: 'image',
|
||||||
|
|
Loading…
Reference in New Issue