disst
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user