import { NextPage } from "next"; import { Button, Col, Container, Form, Row } from "react-bootstrap"; const Login: NextPage = () => { return ( <> 登录 智慧养老综合服务平台 用户名 密码 登录 > ); }; export default Login;
智慧养老综合服务平台