This commit is contained in:
2020-12-01 10:54:46 +08:00
parent e8750adb17
commit c5b57b62ba
13 changed files with 62 additions and 11 deletions

View File

@@ -1210,5 +1210,6 @@ export async function accessToken(code:string) {
return res.data
}else{
message.error(res.msg);
router.push("/")
}
}