mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
个人主页接口对接
This commit is contained in:
@@ -198,11 +198,12 @@ const saveComment=function(data) {
|
||||
const ids=function (data){
|
||||
return ajax.postJson('/xboe/m/qa/question/ids',data);
|
||||
}
|
||||
const answerIds=function(data){return ajax.postJson('/xboe/m/qa/answer/ids',data);}
|
||||
export default{
|
||||
indexList,
|
||||
pageList,
|
||||
detail,
|
||||
save,
|
||||
pageList,
|
||||
detail,
|
||||
save,
|
||||
del,
|
||||
queryList,
|
||||
answerList,
|
||||
@@ -211,16 +212,17 @@ export default{
|
||||
delAnswer,
|
||||
detailAnswer,
|
||||
isBest,
|
||||
cancelBest,
|
||||
cancelBest,
|
||||
savaAudit,
|
||||
isEssence,
|
||||
queryAnswer,
|
||||
queryQuestion,
|
||||
potallist,
|
||||
update,
|
||||
page,
|
||||
has,
|
||||
saveComment,
|
||||
replayClevel3,
|
||||
ids
|
||||
isEssence,
|
||||
queryAnswer,
|
||||
queryQuestion,
|
||||
potallist,
|
||||
update,
|
||||
page,
|
||||
has,
|
||||
saveComment,
|
||||
replayClevel3,
|
||||
ids,
|
||||
answerIds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user