From 7668f0ed4c842cc4b08c932376c0981742e15274 Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 1 Dec 2022 17:00:26 +0800 Subject: [PATCH] =?UTF-8?q?console.log=20=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/layout/containers/layout/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/client/src/layout/containers/layout/index.jsx b/web/client/src/layout/containers/layout/index.jsx index 31a1186..ed1ebd9 100644 --- a/web/client/src/layout/containers/layout/index.jsx +++ b/web/client/src/layout/containers/layout/index.jsx @@ -209,7 +209,6 @@ const LayoutContainer = props => { RouteRequest.get(RouteTable.apiRoot).then(res => { let token = Cookie.get('pepToken', { domain: res.domain }); dispatch(login({ token })).then(res => { - console.log(res); if (res.type == 'LOGIN_SUCCESS') { const data = res.payload?.user || {} history.push('/businessManagement/pmReport/reserveItemsReporting')