diff --git a/Cunkebao/app/layout.tsx b/Cunkebao/app/layout.tsx
index 1a8a4b89..2eea113b 100644
--- a/Cunkebao/app/layout.tsx
+++ b/Cunkebao/app/layout.tsx
@@ -6,7 +6,7 @@ import ErrorBoundary from "./components/ErrorBoundary"
import { AuthProvider } from "@/app/components/AuthProvider"
import LayoutWrapper from "./components/LayoutWrapper"
import { AuthCheck } from "@/app/components/auth-check"
-import { Toaster } from "sonner"
+import { Toaster } from "react-hot-toast"
export const metadata: Metadata = {
title: "存客宝",
diff --git a/Cunkebao/app/plans/new/page.tsx b/Cunkebao/app/plans/new/page.tsx
index 0d6cc4fb..b8c2e04c 100644
--- a/Cunkebao/app/plans/new/page.tsx
+++ b/Cunkebao/app/plans/new/page.tsx
@@ -294,7 +294,7 @@ export default function NewAcquisitionPlan() {
-