feat:增加项目/学习路径图考试管理页面部分数据查询

This commit is contained in:
wyx
2023-01-04 11:57:35 +08:00
parent 9b3f9e47ee
commit 3a76c299bb
4 changed files with 223 additions and 94 deletions

View File

@@ -0,0 +1,6 @@
import http from "./config";
// 获取考试管理的信息
export const ExamManagementMessage = (obj) => http.post('/admin/exam/manage/queryExamManagementMessage',obj)