import React from 'react'; import { Link, useIntl } from 'umi'; const User: React.FC = (props) => { const intl = useIntl(); return (