title: auto

des: auto
note:auto
This commit is contained in:
2023-10-03 09:47:45 +08:00
parent aea3a1d38f
commit 63c66d0c63

View File

@@ -8,6 +8,7 @@ import { useShallowEffect } from "@mantine/hooks";
export default function HomeView() {
const [token, setToken] = useState<any | null>(null);
useShallowEffect(() => {
userToken();