添加微信登录
This commit is contained in:
parent
39be6a3439
commit
20345ae9ce
@ -682,7 +682,7 @@ export default {
|
||||
this.commentLoading = false
|
||||
this.currentLoginType = null
|
||||
this.useWeixinLogin = false
|
||||
window.location.href = `https://open.weixin.qq.com/connect/authorize?appid=wx9d5e677f533d1e84&redirect_uri=${encodeURIComponent('https://tool.sercretcore.com/auth.php')}&response_type=code&scope=snsapi_userinfo&state=blog-${this.postID}#wechat_redirect`
|
||||
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9d5e677f533d1e84&redirect_uri=${encodeURIComponent('https://tool.sercretcore.com/auth.php')}&response_type=code&scope=snsapi_userinfo&state=blog-${this.postID}#wechat_redirect`
|
||||
} else {
|
||||
const { data } = await this.$axios.get('https://weixin.openapi.site/img?appid=wx2d1d6aa2f86768d7&redirect_uri=https://wyr.me')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user