// @ts-nocheck // Segmented这个对象在antd里的声明是错误的 import React from 'react'; import { Form, Input, Button } from 'antd'; import { LockOutlined, UserOutlined, } from '@ant-design/icons'; import Style from './web.module.less'; export default function Render(props) { const { data, methods } = props; const { loading, disabled, account, password, validMobile, validPassword, allowSubmit, accountPlaceholder } = data; const { loginByAccount, t, inputChange } = methods; return (