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:
@@ -50,8 +50,8 @@ const courselist=function (data){
|
||||
/**
|
||||
* 首页新课程推荐列表
|
||||
*/
|
||||
const getRecommendList=function (data){
|
||||
return http.post(baseURL,`/recommend/page}`,data);
|
||||
const getRecommendList=function (pageNum,pageSize){
|
||||
return http.get(baseURL,`/recommend/studentPage?pageNum=${pageNum}&pageSize=${pageSize}`);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user