fix:【pay 支付】微信支付 publicKeyContent 调整为非必填,兼容 https://t.zsxq.com/ODR5V、https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/ICUE53
parent
783f510229
commit
463a9fb509
|
|
@ -454,7 +454,6 @@ export function channelSchema(formType: string): VbenFormSchema[] {
|
|||
accept: ['pem'],
|
||||
},
|
||||
}),
|
||||
rules: 'required',
|
||||
dependencies: {
|
||||
show(values) {
|
||||
return values?.config?.apiVersion === 'v3';
|
||||
|
|
|
|||
|
|
@ -454,7 +454,6 @@ export function channelSchema(formType: string): VbenFormSchema[] {
|
|||
accept: ['pem'],
|
||||
},
|
||||
}),
|
||||
rules: 'required',
|
||||
dependencies: {
|
||||
show(values) {
|
||||
return values?.config?.apiVersion === 'v3';
|
||||
|
|
|
|||
Loading…
Reference in New Issue