From dfcac5c2fb54200d32a2d4f33088585e758b5a9e Mon Sep 17 00:00:00 2001 From: yuan_yi <1650192445@qq.com> Date: Mon, 6 Jun 2022 16:34:24 +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 7918169..e3109ac 100644 --- a/code/VideoAccess-VCMP/web/client/src/layout/index.jsx +++ b/code/VideoAccess-VCMP/web/client/src/layout/index.jsx @@ -162,7 +162,7 @@ const Root = props => { setAuthCrossLoading(false) }); - // setAuthCrossLoading(false) + setAuthCrossLoading(false) }, []) return (