Browse Source

*

dev_trial
巴林闲侠 2 years ago
parent
commit
7133f16c37
  1. 1
      code/VideoAccess-VCMP/web/client/src/layout/containers/layout/index.jsx

1
code/VideoAccess-VCMP/web/client/src/layout/containers/layout/index.jsx

@ -51,7 +51,6 @@ const LayoutContainer = props => {
NProgress.done(); NProgress.done();
console.log(user, authCrossLoading, props); console.log(user, authCrossLoading, props);
if ((!user || !user.authorized) && !authCrossLoading && props.location.pathname != '/video_play_status') { if ((!user || !user.authorized) && !authCrossLoading && props.location.pathname != '/video_play_status') {
console.log(123123);
history.push('/signin'); history.push('/signin');
} }
if (msg) { if (msg) {

Loading…
Cancel
Save