笔记 评论

This commit is contained in:
daihh
2022-11-03 11:45:42 +08:00
parent 842ae0858b
commit c1cd481cbd
2 changed files with 22 additions and 15 deletions

View File

@@ -1,6 +1,15 @@
/* 评论的相关处理*/
import ajax from '@/utils/xajax.js'
/*
查询评论
objType
objId
*/
const listQuery=function(query){
return ajax.post('/xboe/m/comment/list',query);
}
/*
查询评论
get post请求都可以
@@ -101,6 +110,7 @@ export default{
del,
update,
add,
listQuery,
pagelist,
pageQuery,
reply,