This commit is contained in:
2020-12-15 14:41:43 +08:00
parent acddfb9ced
commit 5544a4ebf6
9 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ export default defineComponent(({
}
accessToken(code, 1).then((res: any)=>{
console.log(res)
authLogin(res.uid, 1).then((res: any)=>{
authLogin(res.openid, 1).then((res: any)=>{
if(res.redirect == 1){
sessionStorage.setItem('mid',res.memberid);
router.push("/sign")