fix: clientId
parent
9b32af1005
commit
0ed8e09f2b
|
@ -94,7 +94,7 @@ export const formSchema: FormSchema[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '客户端编号',
|
label: '客户端编号',
|
||||||
field: 'secret',
|
field: 'clientId',
|
||||||
required: true,
|
required: true,
|
||||||
component: 'Input'
|
component: 'Input'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue