mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
已读调接口
This commit is contained in:
@@ -20,6 +20,10 @@ const getTaskNum = function(){
|
||||
const userTaskList = function(data){
|
||||
return ajax.postJson(baseURL,'/todoTask/queryTodoTaskDetail',data);
|
||||
}
|
||||
//已读
|
||||
const userRead = function(data){
|
||||
return ajax.postJson(baseURL,'/todoTask/read',data);
|
||||
}
|
||||
//查询未读数量
|
||||
const queryTaskCounts = function(){
|
||||
return ajax.get(baseURL,'/todoTask/queryTaskCounts');
|
||||
@@ -56,5 +60,6 @@ export default {
|
||||
compulsoryList,
|
||||
userDeleteStudy,
|
||||
userRsSginupCourse,
|
||||
queryTaskCounts
|
||||
queryTaskCounts,
|
||||
userRead
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user