Commit 86d22196 by 展昭

789err

parent c067222d
Showing with 1 additions and 0 deletions
...@@ -38,6 +38,7 @@ async function getToken(access_token, appid) { ...@@ -38,6 +38,7 @@ async function getToken(access_token, appid) {
}, },
err => { err => {
console.log("789err=", err); console.log("789err=", err);
window.location.href = '/callback.html?err=' + err.response.data.error_description;
} }
) )
.catch(err => { .catch(err => {
......
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 sign in to comment