import Login from "@/pages/login/login"; const authRoutes = [ { path: "/login", element: , auth: false, // 不需要权限 }, ]; export default authRoutes;