From 7133f16c37a81c1e333f885d087ed023bc4afb44 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 29 Sep 2022 18:05:24 +0800 Subject: [PATCH] * --- .../web/client/src/layout/containers/layout/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/code/VideoAccess-VCMP/web/client/src/layout/containers/layout/index.jsx b/code/VideoAccess-VCMP/web/client/src/layout/containers/layout/index.jsx index 934eb79..3aa8dda 100644 --- a/code/VideoAccess-VCMP/web/client/src/layout/containers/layout/index.jsx +++ b/code/VideoAccess-VCMP/web/client/src/layout/containers/layout/index.jsx @@ -51,7 +51,6 @@ const LayoutContainer = props => { NProgress.done(); console.log(user, authCrossLoading, props); if ((!user || !user.authorized) && !authCrossLoading && props.location.pathname != '/video_play_status') { - console.log(123123); history.push('/signin'); } if (msg) {