feat: 🎸 对接了企业岗位的部分信息
This commit is contained in:
@@ -6,7 +6,7 @@ import StudyStatus from "./components/StudyStatus";
|
||||
import Rank from "@/components/Rank";
|
||||
import StageProgress from "@/components/StageProgress";
|
||||
import TaskList from "./components/TaskList";
|
||||
import { getClassRanking, getLearningProgressSummary } from "@/services";
|
||||
import { getClassRanking, getStudyRecordsProgress } from "@/services";
|
||||
import "./index.css";
|
||||
|
||||
const Dashboard = () => {
|
||||
@@ -14,7 +14,7 @@ const Dashboard = () => {
|
||||
|
||||
// 获取整体学习进度
|
||||
const queryLearningProgressSummary = async () => {
|
||||
const res = await getLearningProgressSummary({ period: "semester" });
|
||||
const res = await getStudyRecordsProgress();
|
||||
console.log("learningProgressSummary", res);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user