This commit is contained in:
hackrobot
2024-07-19 21:58:48 +08:00
parent e93170af3c
commit 7429d4cb02

View File

@@ -40,7 +40,7 @@ const Index = () => {
const [current, setcurrent] = useState(0);
const [openId, setopenId] = useState(null);
const [wxid, setwxid] = useState(null);
const [userInfo, setuserInfo] = useState(null);
const [userInfo, setuserInfo] = useState({});
const [open, setopen] = useState(false);
const [referer, setreferer] = useState(window.document.referrer);