...
|
...
|
@@ -436,7 +436,6 @@ export const step2Schemas: FormSchema[] = [ |
436
|
436
|
label: '客户端ID',
|
437
|
437
|
component: 'Input',
|
438
|
438
|
field: 'clientId',
|
439
|
|
- required: true,
|
440
|
439
|
ifShow: false,
|
441
|
440
|
slot: 'clientId',
|
442
|
441
|
componentProps: {
|
...
|
...
|
|