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) => {