From 2e0f2899ed03c88b7406cafef613adb848dcadd0 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 21 Aug 2025 11:38:55 +0800 Subject: [PATCH] =?UTF-8?q?pc=E7=89=88=E5=85=85=E5=80=BC=E9=87=91=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 52afc47..96f9b00 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -1046,14 +1046,14 @@ const goRecharge = () => { console.log("当前的环境为:", env); if (env == "development" || env == "test") { window.parent.location.href = - "http://192.168.1.24:8080/user/myGold?token=" + - localStorage.getItem("localToken") + - "&where=xiaocaishen&successUrl=http://192.168.1.5:3000/aixiaocaishen/homePage"; - } else if (env == "product") { - // window.parent.location.href = - // 'https://web.homilychart.com/product/hljw/homepage?menu=999999991' - } else if (env == "production") { - // window.parent.location.href = 'https://web.homilychart.com/hljw/homepage?menu=999999991' + "http://121.89.234.155:8807/user/myGold?token=" + + encodeURIComponent(localStorage.getItem("localToken")) + + "&where=xiaocaishen&successUrl=https://hwjb.homilychart.com/aixiaocaishen/homePage"; + } else { + window.parent.location.href = + "https://web.homilychart.com/user/myGold?token=" + + encodeURIComponent(localStorage.getItem("localToken")) + + "&where=xiaocaishen&successUrl=https://mp.homilychart.com/aixiaocaishen/homePage"; } // window.parent.location.href = window.parent.document.referrer }