课程评论回复

This commit is contained in:
zhaofang
2022-09-23 19:01:44 +08:00
parent 14a5ec636e
commit c4bd52783d
8 changed files with 314 additions and 132 deletions

View File

@@ -44,7 +44,7 @@ const del=function (id){
* }
* */
const coursePage=function (query){
return ajax.post(baseURL,'/xboe/subgroup/m/noteinfo/course',query);
return ajax.post(baseURL,'/xboe/subgroup/m/noteinfo/course-page',query);
}
/**