将原有的e.code === 123改为直接判断e === 123,修正错误匹配逻辑
@@ -3923,7 +3923,7 @@ const addOp3 = async (userTime: any, loadTime: any, object: any, status: any) =>
}
catch (e) {
console.log(e)
- if (e.code === 123) {
+ if (e === 123) {
// message.error('登录已过期,请重新登录')
return