Commit 306a7033 by 展昭

update

parent 3c245b45
Showing with 1 additions and 0 deletions
......@@ -112,6 +112,7 @@ router.beforeEach((to, from, next) => {
getAccessToken(authcode).then(res => {
const token = res;
const redirectPath = getPathByTo(to, 'authCode');
console.log('redirectPath=',redirectPath);
getToken(token, appid, redirectPath);
}).catch(err => {
console.log('err=', 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