import { Link, NavLink, Outlet } from "react-router-dom"; import './home.css'; function Home() { const handleStyle = ({ isActive, isPending }) => isPending ? 'pending' : isActive ? 'active' : 'link'; return

首页

{/* 列表 登录 */}
列表 登录
{/*
*/}
} export default Home;