feat:【system】支付宝小程序登录补充
This commit is contained in:
@@ -80,6 +80,18 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
values.socialType === SystemUserSocialTypeEnum.WECHAT_ENTERPRISE.type,
|
||||
},
|
||||
},
|
||||
{
|
||||
fieldName: 'publicKey',
|
||||
label: 'publicKey',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
placeholder: '请输入 publicKey 公钥',
|
||||
},
|
||||
dependencies: {
|
||||
triggerFields: ['socialType'],
|
||||
show: (values) => values.socialType === 40,
|
||||
},
|
||||
},
|
||||
{
|
||||
fieldName: 'status',
|
||||
label: '状态',
|
||||
|
||||
Reference in New Issue
Block a user