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

403

您没有权限访问该页面

返回仪表盘
); }