Commit aa40f9fb by 展昭

err.response.data.error_description

parent 536a38c1
Showing with 1 additions and 1 deletions
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
}, },
err => { err => {
console.log("123err=", err); console.log("123err=", err);
this.errMessage = err.error_description; this.errMessage = err.response.data.error_description;
console.log('this.errMessage=',this.errMessage); console.log('this.errMessage=',this.errMessage);
} }
) )
......
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