From 93b47541597c953835179247a4d4f97346155b5e Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 14 Jun 2022 15:58:00 +0800 Subject: [PATCH] setAuthCrossLoading(false) --- code/VideoAccess-VCMP/web/client/src/layout/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/web/client/src/layout/index.jsx b/code/VideoAccess-VCMP/web/client/src/layout/index.jsx index f478401..8877810 100644 --- a/code/VideoAccess-VCMP/web/client/src/layout/index.jsx +++ b/code/VideoAccess-VCMP/web/client/src/layout/index.jsx @@ -163,7 +163,7 @@ const Root = props => { setAuthCrossLoading(false) }); - // setAuthCrossLoading(false) + setAuthCrossLoading(false) }, []) return (