This commit is contained in:
lmj
2022-09-08 20:00:38 +08:00
parent a29e6b9ef9
commit 43d5d477c1
6 changed files with 141 additions and 31 deletions

View File

@@ -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