mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
修改
This commit is contained in:
@@ -13,11 +13,13 @@ const saveOrUpdate=function (data){
|
||||
/**
|
||||
* 根据key获取资源信息
|
||||
* */
|
||||
|
||||
const detail=function (key){
|
||||
return ajax.get('/xboe/subgroup/m/pageplace/detail?key='+key);
|
||||
return ajax.get('/xboe/subgroup/m/pageplace/detail-key?key='+key);
|
||||
}
|
||||
|
||||
|
||||
|
||||
export default {
|
||||
saveOrUpdate,
|
||||
detail
|
||||
|
||||
Reference in New Issue
Block a user