mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-27 01:19:55 +08:00
自动滚到到顶部
This commit is contained in:
@@ -12,6 +12,7 @@ import iconRoute from "../../assets/images/commen/icon-route.png";
|
||||
import { studyTimeFormat } from "../../utils/index";
|
||||
|
||||
const IndexPage = () => {
|
||||
document.title = "首页";
|
||||
const systemConfig = useSelector((state: any) => state.systemConfig.value);
|
||||
const [loading, setLoading] = useState<boolean>(false);
|
||||
const [tabKey, setTabKey] = useState(0);
|
||||
|
||||
Reference in New Issue
Block a user