import React, { useEffect, useState } from 'react'; import { Typography, Input, Form, Button, message } from 'antd'; import styles from './index.less'; const { Link } = Typography; const About = () => { return (