Commit b5880f11 authored by youjie's avatar youjie

企业微信扫码登录

parent ef6c3176
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
handler: function(route) { handler: function(route) {
this.redirect = route.query && route.query.redirect; this.redirect = route.query && route.query.redirect;
if (route.query.code && route.query.appid) { if (route.query.code && route.query.appid) {
this.callBackUserInfo(route.query.code); // this.callBackUserInfo(route.query.code);
} }
}, },
immediate: true immediate: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment