| | |
| | | title: '密码不能为空', |
| | | icon: 'none' |
| | | }) |
| | | const appID = 'wx4d7c10bdec51942b' |
| | | const AppSecret = '922c93596d134fedf5bd22a9354b3bfe' |
| | | // const scope = 'snsapi_userinfo' |
| | | let uri = encodeURIComponent('https://xiaopiqiu2.natapp1.cc') |
| | | let authURL = |
| | | `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appID}&redirect_uri=${uri}&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect` |
| | | window.location.href = authURL |
| | | loginPost(form).then(res => { |
| | | loginPost({ |
| | | ...form, |
| | | openId: this.$store.state.openId |
| | | }).then(res => { |
| | | console.log('res', res); |
| | | }) |
| | | } |