From 6a09a3d691c795e2962c3af32e33fe261ed6f351 Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 17 Nov 2022 14:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/install/containers/system.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/client/src/sections/install/containers/system.jsx b/web/client/src/sections/install/containers/system.jsx index f05ebe9..26017d2 100644 --- a/web/client/src/sections/install/containers/system.jsx +++ b/web/client/src/sections/install/containers/system.jsx @@ -61,7 +61,6 @@ const Example = (props) => { dispatch(install.getProjectAppList(query)).then((res) => {//获取应用列表 setAppList(res.payload.data) }) - console.log('user', user); }, []) useEffect(() => { getProjectPomsList();