|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import config from "@/config"
|
|
import config from "@/config"
|
|
-import asyncRequest from "@/api/index"
|
|
|
|
|
|
+// import asyncRequest from "@/api/index"
|
|
export default {
|
|
export default {
|
|
name:'login',
|
|
name:'login',
|
|
async mounted () {
|
|
async mounted () {
|
|
@@ -17,15 +17,15 @@ export default {
|
|
// this.initWechatSdk()
|
|
// this.initWechatSdk()
|
|
},
|
|
},
|
|
methods:{
|
|
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`
|
|
|
|
|
|
+ // 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
|
|
// window.location.href = url
|
|
// wx.config({
|
|
// wx.config({
|
|
// debug: false,
|
|
// debug: false,
|
|
@@ -58,14 +58,14 @@ export default {
|
|
// wx.error(function (res) {
|
|
// wx.error(function (res) {
|
|
// alert(JSON.stringify(res) + '115')
|
|
// alert(JSON.stringify(res) + '115')
|
|
// })
|
|
// })
|
|
- break
|
|
|
|
- default:
|
|
|
|
- break
|
|
|
|
- }
|
|
|
|
- }catch(error){
|
|
|
|
- console.log(error)
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // break
|
|
|
|
+ // default:
|
|
|
|
+ // break
|
|
|
|
+ // }
|
|
|
|
+ // }catch(error){
|
|
|
|
+ // console.log(error)
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|