fix(upload_image): 请求组件新增登录被挤弹窗

This commit is contained in:
2026-04-17 19:36:08 +08:00
parent e6ea8182e4
commit 724e31ad7d

View File

@@ -189,6 +189,7 @@ class HttpUtils {
} }
if (resultCode.toUpperCase() == "UNLOGIN") { if (resultCode.toUpperCase() == "UNLOGIN") {
ToastUtils.showToast(msg: map['resultMsg']);
unLoginAction?.call(); unLoginAction?.call();
return; return;
} }