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