We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c473df2 commit dc62015Copy full SHA for dc62015
src/lin/plugin/axios.js
@@ -28,7 +28,7 @@ const config = {
28
* @param { number } code 错误码
29
*/
30
function refreshTokenException(code) {
31
- const codes = [10000, 10042, 10050, 10052]
+ const codes = [10000, 10042, 10050, 10052, 10012]
32
return codes.includes(code)
33
}
34
0 commit comments