mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +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 queryTaskCounts = function(){
|
||||
return ajax.get(baseURL,'/todoTask/queryTaskCounts');
|
||||
}
|
||||
//领导力必修
|
||||
const leadership = function(data){
|
||||
return ajax.postJson(baseURL,'/todoTask/leadership',data);
|
||||
@@ -51,5 +55,6 @@ export default {
|
||||
customized,
|
||||
compulsoryList,
|
||||
userDeleteStudy,
|
||||
userRsSginupCourse
|
||||
userRsSginupCourse,
|
||||
queryTaskCounts
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user