Commit a57b2261 authored by 成旭东's avatar 成旭东

fix

parent 80392ac6
Pipeline #27877 passed with stage
in 2 minutes 58 seconds
......@@ -24,7 +24,7 @@ const codeMessage = {
504: '网关超时。',
};
const excludeCode = [401, 422];
const excludeCode = [400, 401, 422];
/**
* 异常处理程序
......
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