更新2
This commit is contained in:
parent
ac50f32e06
commit
12e413771a
@ -187,7 +187,6 @@ onBeforeMount(() => {
|
||||
wxAuthGetCode();
|
||||
}
|
||||
|
||||
|
||||
// 一步授权
|
||||
// if(h5plugin.getQueryString("openid")){
|
||||
// console.log("存在openid");
|
||||
@ -236,14 +235,12 @@ const getCode2 = () => {
|
||||
};
|
||||
|
||||
const wxAuthGetCode = () => {
|
||||
|
||||
// var appId = "wx35766a64d73d08a9";
|
||||
var appId = "wx41d80a1bb01f658d";
|
||||
|
||||
var url = URLEncode(window.location.href);
|
||||
|
||||
|
||||
var url = urlEncode(window.location.href);
|
||||
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx35766a64d73d08a9&redirect_uri={{url}}&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect`
|
||||
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appId}&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
||||
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user