import React from 'react'; import { Message } from 'semantic-ui-react'; const NotFound = () => ( <> 页面不存在

请检查你的浏览器地址是否正确

); export default NotFound;