import type { Metadata } from "next"; import Link from "next/link"; export const metadata: Metadata = { title: "无权访问", }; export default function UnauthorizedPage() { return (
您没有权限访问该页面