mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
专业分类
This commit is contained in:
@@ -93,6 +93,13 @@ const queryComments=function(pageSize){
|
|||||||
return ajax.get(`/xboe/m/boe/cases/query-comments?pageSize=${pageSize}`);
|
return ajax.get(`/xboe/m/boe/cases/query-comments?pageSize=${pageSize}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 专业分类
|
||||||
|
* */
|
||||||
|
const majorTypes=function (){
|
||||||
|
return ajax.get('/xboe/m/boe/cases/majorTypes');
|
||||||
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
indexList,
|
indexList,
|
||||||
queryList,
|
queryList,
|
||||||
@@ -104,5 +111,6 @@ export default {
|
|||||||
query,
|
query,
|
||||||
usernameList,
|
usernameList,
|
||||||
queryPraises,
|
queryPraises,
|
||||||
queryComments
|
queryComments,
|
||||||
|
majorTypes
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user