import Link from "next/link" export default function LogoutPage() { return (
已退出登录
你可以关闭此页面,或重新登录。
返回登录页
) }