|
@@ -29,7 +29,7 @@ export default function Header() {
|
|
|
/>
|
|
|
<p className="text-sm text-center py-1">应用</p>
|
|
|
</a>
|
|
|
- <a className={menuIndex == 3 ? "bg-blue-50 dark:bg-blue-950 text-[#0061ff] rounded px-3":"px-3"} onClick={() => router.push("/vip.html")}>
|
|
|
+ {/* <a className={menuIndex == 3 ? "bg-blue-50 dark:bg-blue-950 text-[#0061ff] rounded px-3":"px-3"} onClick={() => router.push("/vip.html")}>
|
|
|
<Image
|
|
|
src="/icons/icon-vip.svg"
|
|
|
alt="会员"
|
|
@@ -37,7 +37,7 @@ export default function Header() {
|
|
|
height={28}
|
|
|
/>
|
|
|
<p className="text-sm text-center py-1">会员</p>
|
|
|
- </a>
|
|
|
+ </a> */}
|
|
|
<a className={menuIndex == 4 ? "bg-blue-50 dark:bg-blue-950 text-[#0061ff] rounded px-3":"px-3"} onClick={() => router.push("/help.html")}>
|
|
|
<Image
|
|
|
src="/icons/icon-question.svg"
|