Commit 5a6a7d77 authored by 涂伟's avatar 涂伟

fix: '跳转第三方页面ticket失效bug修复'

parent 1d1f62dc
Pipeline #86412 passed with stages
...@@ -24,6 +24,7 @@ const IntegratedLogin = props => { ...@@ -24,6 +24,7 @@ const IntegratedLogin = props => {
description: res.msg, description: res.msg,
}); });
} }
getSiteConfig()
}); });
}; };
...@@ -133,7 +134,7 @@ const IntegratedLogin = props => { ...@@ -133,7 +134,7 @@ const IntegratedLogin = props => {
useEffect(() => { useEffect(() => {
getTicket(); getTicket();
getSiteConfig(); // getSiteConfig();
}, []); }, []);
return ( return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment