From 560bf7f8054cdd73ab5da9574646851f208773ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Mon, 11 May 2026 14:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=99=BB=E5=BD=95=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/network/network_config.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/network/network_config.dart b/lib/network/network_config.dart index 8d0be35..e12b587 100644 --- a/lib/network/network_config.dart +++ b/lib/network/network_config.dart @@ -99,7 +99,8 @@ class ResponseInterceptor extends Interceptor { // 请求成功 handler.next(response); } else if(code == 401) { - _showError("登录已过期,请重新登录"); + // _showError("登录已过期,请重新登录"); + print("登录已过期,请重新登录"); _handleTokenExpired(); } else { if(response.realUri.path.contains(ApiUrls.getSwRtcToken)){