fix: clientId

pull/4/MERGE
xingyuv 2023-03-27 16:11:39 +08:00
parent 9b32af1005
commit 0ed8e09f2b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export const formSchema: FormSchema[] = [
},
{
label: '客户端编号',
field: 'secret',
field: 'clientId',
required: true,
component: 'Input'
},