'use client'; import Link from 'next/link'; export default function GlobalError() { return (

发生了一点问题

请刷新页面或返回首页重试。

返回首页 ); }