mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
笔记 评论
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user