🔱: [client] sync upgrade with 2 commits [trident-sync]

chore:
This commit is contained in:
GitHub Actions Bot
2025-01-24 19:24:01 +00:00
parent e70732c9ac
commit fe4367c580
2 changed files with 5 additions and 1 deletions
@@ -61,6 +61,8 @@ export default async function ({ crudExpose }: CreateCrudOptionsProps): Promise<
uploader: {
type: "form",
keepName: true,
test: 111,
custom: { aaa: 111 },
successHandle(res: any) {
//这里我的后台返回res是一个key 字符串
//此方法需要返回的数据结构为 {key:"string",url:"string"...}