前端接入绑定社交平台的逻辑

This commit is contained in:
wangwenbin10
2021-10-07 19:30:12 +08:00
parent 4a23a696f4
commit cd205a6061
5 changed files with 136 additions and 5 deletions

View File

@@ -69,7 +69,6 @@ export default {
this.getCookie();
// 重定向地址
this.redirect = this.$route.query.redirect;
debugger
// 社交登录相关
this.type = this.$route.query.type;
this.code = this.$route.query.code;