+
页面加载失败
+
+ 管理后台遇到意外错误,请重试或返回首页。
+
+ {process.env.NODE_ENV === "development" ? (
+
+ {error.message}
+
+ ) : null}
+
+
+
+ 返回首页
+
+
+
+ );
+}
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx
new file mode 100644
index 0000000..ec6e4c4
--- /dev/null
+++ b/src/app/not-found.tsx
@@ -0,0 +1,13 @@
+import Link from "next/link";
+
+export default function AdminNotFound(): React.ReactElement {
+ return (
+