mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
案例专业分类复原
This commit is contained in:
@@ -103,9 +103,6 @@ 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) {
|
||||
@@ -200,7 +197,6 @@ export default {
|
||||
queryPraises,
|
||||
queryComments,
|
||||
majorTypes,
|
||||
newMajorTypes,
|
||||
details,
|
||||
ids,
|
||||
excellent,
|
||||
|
||||
Reference in New Issue
Block a user