|
@@ -192,10 +192,10 @@ export default {
|
|
|
const strictCode = strictMatch ? strictMatch[1] : null;
|
|
const strictCode = strictMatch ? strictMatch[1] : null;
|
|
|
if (!strictCode) {
|
|
if (!strictCode) {
|
|
|
// 记录当前页面URL作为重定向目标
|
|
// 记录当前页面URL作为重定向目标
|
|
|
- const redirectUrl = `https%3A%2F%2Fmylive91.com%2Fwechatpay`
|
|
|
|
|
|
|
+ const redirectUrl = `https%3A%2F%2Fmewkeji.com%2Fpay`
|
|
|
|
|
|
|
|
// 构建微信授权URL
|
|
// 构建微信授权URL
|
|
|
- const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbed7a5a18f65381a&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
|
|
|
|
|
|
|
+ const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx2a1c96c7e81f98f2&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
window.location.href = authUrl
|
|
window.location.href = authUrl
|
|
|
}, 300)
|
|
}, 300)
|