From 21d8ddabf1c199a26b1876965e93e2adcfa37501 Mon Sep 17 00:00:00 2001 From: liyuanhu Date: Sun, 27 Apr 2025 11:38:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E9=A6=96=E9=A1=B5=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E4=BA=86=E5=B1=8F=E5=B9=95=E5=A4=A7=E5=B0=8F=E5=8F=98=E5=8C=96?= =?UTF-8?q?=20=E6=B5=81=E9=87=8F=E6=B7=B7=E6=B7=86=E5=B5=8C=E5=A5=97?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E7=AD=89tips=E5=BC=B9=E7=AA=97=20=E8=B7=9F?= =?UTF-8?q?=E9=9A=8F=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/new-home/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/new-home/index.tsx b/src/pages/new-home/index.tsx index 5e95f3d..7456ac0 100644 --- a/src/pages/new-home/index.tsx +++ b/src/pages/new-home/index.tsx @@ -184,11 +184,9 @@ const NewHome = () => { } setIsProxyLoading(true); - console.log("????"); // 切换代理状态 await dispatch(isProxyEnabled ? disableProxy() : enableProxy()).unwrap(); } catch (error) { - console.log(error, "error"); const errorMessage = isProxyEnabled ? "关闭代理失败!" : "开启代理失败,请检查节点配置、或重新尝试开启";