mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
feat:增加项目/学习路径图考试管理页面部分数据查询
This commit is contained in:
6
src/api/indexTaskManage.js
Normal file
6
src/api/indexTaskManage.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import http from "./config";
|
||||
|
||||
|
||||
|
||||
// 获取考试管理的信息
|
||||
export const ExamManagementMessage = (obj) => http.post('/admin/exam/manage/queryExamManagementMessage',obj)
|
||||
Reference in New Issue
Block a user