This commit is contained in:
yj 2025-02-25 15:55:56 +08:00
parent 13de6c510d
commit f9dc5830aa
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class Request {
message.error('网络连接超时,请检查网络状态')
break;
case "ERR_NETWORK":
case 502:
message.error('网络已断开,请检查网络状态')
break;
default: