|
@@ -210,6 +210,7 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'JImageUpload',
|
|
|
componentProps: {
|
|
|
fileMax: 1,
|
|
|
+ bizPath: 'business_license',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -318,6 +319,7 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'JImageUpload',
|
|
|
componentProps: {
|
|
|
fileMax: 1,
|
|
|
+ bizPath: 'avatar',
|
|
|
},
|
|
|
},
|
|
|
{
|