mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
仅内网可见-管理员端 调试
This commit is contained in:
@@ -171,7 +171,7 @@ const detail = function(id) {
|
|||||||
return ajax.get('/xboe/m/course/manage/detail?id=' + id);
|
return ajax.get('/xboe/m/course/manage/detail?id=' + id);
|
||||||
}
|
}
|
||||||
const getDictIds = function(pid,type) {
|
const getDictIds = function(pid,type) {
|
||||||
return request.get(`/xboe/m/course/manage/getDictIds?pid=${pid}&type=${type}`);
|
return ajax.get(`/xboe/m/course/manage/getDictIds?pid=${pid}&type=${type}`);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 更新内容的名称
|
* 更新内容的名称
|
||||||
|
|||||||
Reference in New Issue
Block a user