mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
分享的案例
This commit is contained in:
@@ -142,6 +142,26 @@ const findShareMe=function (query){
|
||||
return ajax.post('/xboe/m/share/findShareMe',query);
|
||||
}
|
||||
|
||||
/**
|
||||
* 我分享的案例
|
||||
* @param pageIndex 第几页
|
||||
* @param pageSize 每页多少行
|
||||
* @param isRead 是否已读
|
||||
* @param keyword 关键字搜索
|
||||
* */
|
||||
const myCaseList=function (query){
|
||||
return ajax.post('/xboe/m/share/myCaseList',query);
|
||||
}
|
||||
/**
|
||||
* 分享给我的案例
|
||||
* @param pageIndex 第几页
|
||||
* @param pageSize 每页多少行
|
||||
* @param isRead 是否已读
|
||||
* @param keyword 关键字搜索
|
||||
* */
|
||||
const myMeCaseList=function (query){
|
||||
return ajax.post('/xboe/m/share/myMeCaseList',query);
|
||||
}
|
||||
/**
|
||||
* */
|
||||
export default{
|
||||
@@ -159,5 +179,7 @@ const findShareMe=function (query){
|
||||
updateIsRead,
|
||||
deleteshares,
|
||||
findMeShare,
|
||||
findShareMe
|
||||
findShareMe,
|
||||
myCaseList,
|
||||
myMeCaseList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user