mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
合并分支
This commit is contained in:
@@ -8,6 +8,12 @@ import ajax from '@/utils/xajax.js'
|
||||
const cases=function (type){
|
||||
return ajax.get('/xboe/portal/index/cases?type='+type);
|
||||
}
|
||||
/**
|
||||
* 首页新改的推荐案例
|
||||
* */
|
||||
const newCases=function (){
|
||||
return ajax.get('/xboe/portal/index/casesV2');
|
||||
}
|
||||
|
||||
/**
|
||||
* 首页文章排行榜
|
||||
@@ -45,5 +51,6 @@ export default {
|
||||
articleViews,
|
||||
qaAnswers,
|
||||
articlelist,
|
||||
courselist
|
||||
courselist,
|
||||
newCases
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user