mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
首页课程筛选
This commit is contained in:
@@ -56,6 +56,10 @@ const scorelist=function(num,p){
|
||||
const indexList=function(query) {
|
||||
return ajax.post('/xboe/m/qa/question/query-random',query);
|
||||
}
|
||||
// 1最新 2最热
|
||||
const mobieArticle=function (type){
|
||||
return ajax.get('/xboe/portal/index/mobile-article?type='+type);
|
||||
}
|
||||
|
||||
export default {
|
||||
cases,
|
||||
@@ -65,5 +69,6 @@ export default {
|
||||
courselist,
|
||||
mobileIndex,
|
||||
scorelist,
|
||||
indexList
|
||||
indexList,
|
||||
mobieArticle
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user