Compare commits

..

2 Commits

Author SHA1 Message Date
eadf95609d Merge remote-tracking branch 'origin/main' 2025-11-20 14:38:37 +08:00
682308d93c feat(http):http 取消转圈 2025-11-20 14:38:25 +08:00

View File

@@ -216,6 +216,7 @@ class HttpUtils {
* Dio库error统一处理 * Dio库error统一处理
*/ */
static void _formatError(DioException error) { static void _formatError(DioException error) {
EasyLoading.dismiss();
switch (error.type) { switch (error.type) {
case DioExceptionType.cancel: case DioExceptionType.cancel:
break; break;