|
@@ -6,7 +6,7 @@ import styles from "./style.module.scss";
|
|
|
// import HeaderRight from "@/components/Header/HeaderRight";
|
|
|
import dynamic from "next/dynamic";
|
|
|
|
|
|
-const HeaderRight = dynamic(() => import("@/components/Header/HeaderRight"));
|
|
|
+const HeaderRight = dynamic(() => import("@/components/Header/HeaderRight"), { ssr: false });
|
|
|
/**
|
|
|
* @description HeaderProps
|
|
|
* @param {boolean} headerPlaceholder 是否展示展位元素00
|