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:
@@ -102,6 +102,10 @@ const queryComments = function (pageSize) {
|
||||
const majorTypes = function () {
|
||||
return ajax.get('/xboe/m/boe/cases/majorTypes');
|
||||
}
|
||||
|
||||
const newMajorTypes = function(data){
|
||||
return ajax.post('/xboe/m/dictionary/queryPage',data);
|
||||
}
|
||||
/**
|
||||
* 详情新*/
|
||||
const details = function (id, addView) {
|
||||
@@ -196,6 +200,7 @@ export default {
|
||||
queryPraises,
|
||||
queryComments,
|
||||
majorTypes,
|
||||
newMajorTypes,
|
||||
details,
|
||||
ids,
|
||||
excellent,
|
||||
|
||||
Reference in New Issue
Block a user