From 60b8afbaeccfbd15238e4dc0bd3fa1d1143d8721 Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 18 Mar 2024 22:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8weixin.tiefen.fun=E8=AE=BF=E9=97=AEpur?= =?UTF-8?q?chased=E9=A1=B5=E9=9D=A2=E6=97=B6=E9=87=8D=E5=AE=9A=E5=90=91?= =?UTF-8?q?=E5=88=B0https://tiefen.fun/purchased?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/purchased/page.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/purchased/page.jsx b/app/purchased/page.jsx index e46adfc..4bb39c5 100644 --- a/app/purchased/page.jsx +++ b/app/purchased/page.jsx @@ -13,6 +13,10 @@ export default function Purchased() { const router = useRouter(); useEffect(() => { const prepare = async () => { + if (window.location.origin === "https://weixin.tiefen.fun") { + router.replace("https://tiefen.fun/purchased"); + return; + } const isLogined = await checkAuth(); if (!isLogined) { router.replace("/auth/login/phonenumlogin");