This commit is contained in:
wkj 2024-02-04 13:51:36 +08:00
parent 48a7758c2f
commit 501016db5c
1 changed files with 14 additions and 2 deletions

View File

@ -15,12 +15,24 @@ export default function Render(props) {
{ {
key: 'password', key: 'password',
label: '原密码验证', label: '原密码验证',
children: <ByPassword oakId={oakId} oakPath={oakFullpath}/>, children: (
<ByPassword
oakId={oakId}
oakPath={oakFullpath + '.user'}
oakAutoUnmount={true}
/>
),
}, },
{ {
key: 'mobile', key: 'mobile',
label: '手机号验证', label: '手机号验证',
children: <ByMobile oakId={oakId} oakPath={oakFullpath}/>, children: (
<ByMobile
oakId={oakId}
oakPath={oakFullpath + '.user'}
oakAutoUnmount={true}
/>
),
}, },
]; ];
if (channels.length === 0) { if (channels.length === 0) {