mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 02:12:38 +00:00
fix: register
This commit is contained in:
@@ -35,9 +35,9 @@ function App({ Component, pageProps, isPc }: AppProps & { isPc?: boolean; respon
|
||||
const [baiduTongji, setBaiduTongji] = useState<string>();
|
||||
const { initIsPc } = useGlobalStore();
|
||||
|
||||
if (isPc !== undefined) {
|
||||
initIsPc(isPc);
|
||||
}
|
||||
// if (isPc !== undefined) {
|
||||
// initIsPc(isPc);
|
||||
// }
|
||||
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
|
Reference in New Issue
Block a user