编译es
This commit is contained in:
parent
48a7758c2f
commit
501016db5c
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue