|
|
@ -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 |
|
|
|
} |
|
|
|