Commit bbfbe65c by 展昭

err

parent 81dacb39
Showing with 3 additions and 3 deletions
...@@ -37,12 +37,12 @@ async function getToken(access_token, appid) { ...@@ -37,12 +37,12 @@ async function getToken(access_token, appid) {
} }
}, },
err => { err => {
console.log("err=", err); console.log("789err=", err);
} }
) )
.catch(err => { .catch(err => {
console.log("err=", err); console.log("111err=", err);
this.$router.push("/oidc-callback-error"); // Handle errors any way you want //this.$router.push("/oidc-callback-error"); // Handle errors any way you want
}); });
} }
......
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