Commit 7796486c by fengzhaoyu

test

parent 59c06ffd
......@@ -14,7 +14,7 @@ axios.interceptors.request.use((config) => {
} else {
return new Promise((resolve, reject) => {
refreshToken().then((res) => {
console.log('res', res)
console.log('res', res);
}).catch((err) => {
console.log(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 to comment