对接数据
This commit is contained in:
8
api/comment.js
Normal file
8
api/comment.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default ($axios) => ({
|
||||
getToolCommentList(params) {
|
||||
return $axios.get('/comment', { params })
|
||||
},
|
||||
addToolComment(data) {
|
||||
return $axios.post('/comment', data)
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user