|
@@ -14,58 +14,6 @@ export default {
|
|
const scope = 'snsapi_userinfo'
|
|
const scope = 'snsapi_userinfo'
|
|
const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${config.appId}&redirect_uri=${redirect}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
|
|
const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${config.appId}&redirect_uri=${redirect}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
|
|
window.location.href = url
|
|
window.location.href = url
|
|
- // this.initWechatSdk()
|
|
|
|
},
|
|
},
|
|
- methods:{
|
|
|
|
- // async initWechatSdk(){
|
|
|
|
- // try{
|
|
|
|
- // const result = await asyncRequest.signature({url: "http://depart.test241.wanyuhengtong.com/#/"})
|
|
|
|
- // switch(Number(result.code)){
|
|
|
|
- // case 0:
|
|
|
|
- // const redirect = encodeURIComponent(config.redirect)
|
|
|
|
- // var state = 'wx_' + Math.random().toString(36).substr(2, 15);
|
|
|
|
- // const scope = 'snsapi_userinfo'
|
|
|
|
- // const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${result.appId}&redirect_uri=${redirect}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
|
|
|
|
- // window.location.href = url
|
|
|
|
- // wx.config({
|
|
|
|
- // debug: false,
|
|
|
|
- // appId: result.data.appid,
|
|
|
|
- // timestamp: result.data.timestamp,
|
|
|
|
- // nonceStr: result.data.noncestr,
|
|
|
|
- // signature: result.data.signature,
|
|
|
|
- // jsApiList: ['login']
|
|
|
|
- // })
|
|
|
|
-
|
|
|
|
- // wx.ready(function(){
|
|
|
|
- // wx.checkJsApi({
|
|
|
|
- // jsApiList: ['login'],
|
|
|
|
- // success:function(res){
|
|
|
|
- // if(res.checkResult.login){
|
|
|
|
- // wx.login({
|
|
|
|
- // success:function(res){
|
|
|
|
- // console.log(res)
|
|
|
|
- // },
|
|
|
|
- // fail:function(res){}
|
|
|
|
- // })
|
|
|
|
- // }
|
|
|
|
- // },
|
|
|
|
- // fail:function(res){
|
|
|
|
- // alert('line-109')
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
- // })
|
|
|
|
-
|
|
|
|
- // wx.error(function (res) {
|
|
|
|
- // alert(JSON.stringify(res) + '115')
|
|
|
|
- // })
|
|
|
|
- // break
|
|
|
|
- // default:
|
|
|
|
- // break
|
|
|
|
- // }
|
|
|
|
- // }catch(error){
|
|
|
|
- // console.log(error)
|
|
|
|
- // }
|
|
|
|
- // },
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|