Skip to content

Commit

Permalink
perf:update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDanny committed Feb 2, 2021
1 parent a9afcea commit d2e31fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/modules/task.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export default ({ request }) => ({
// 新增任务信息
addTask (data = {}) { return request({ url: '/task/add', method: 'post', data }) },
// 删除任务信息
delTask (data = {}) { return request({ url: '/task/del', method: 'post', data }) },
delTask (data = {}) { return request({ url: '/task/del', method: 'post', data }) }
})

0 comments on commit d2e31fd

Please sign in to comment.