From 0dfbaaf5a650abdcacb55208ce085c8606c08f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 24 Apr 2023 10:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E5=88=87?= =?UTF-8?q?=E6=8D=A2tab=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/config/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/system/config/index.tsx b/src/pages/system/config/index.tsx index 715fc05..a5f0112 100644 --- a/src/pages/system/config/index.tsx +++ b/src/pages/system/config/index.tsx @@ -31,7 +31,7 @@ const SystemConfigPage = () => { useEffect(() => { getDetail(); - }, []); + }, [tabKey]); const getDetail = () => { appConfig.appConfig().then((res: any) => {