feat:新增获取任务列表接口 增加删除直播

This commit is contained in:
songwc
2022-11-01 15:36:44 +08:00
parent 49fa13bd9f
commit 6926073efd
3 changed files with 157 additions and 101 deletions

8
src/api/indexTaskadd.js Normal file
View File

@@ -0,0 +1,8 @@
import http from "./config";
//获取任务列表
export const getTask = (obj) => http.get('/admin/project/detail', { params: obj }, {
headers: {
'token': '123'
}
})