Browse Source

fix: clientId

main
xingyuv 2 years ago
parent
commit
0ed8e09f2b
  1. 2
      src/views/system/oauth2/client/client.data.ts

2
src/views/system/oauth2/client/client.data.ts

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