个人主页接口对接

This commit is contained in:
zhaofang
2022-09-20 19:53:09 +08:00
parent 44253f06f0
commit b99f54189d
19 changed files with 533 additions and 886 deletions

View File

@@ -100,7 +100,7 @@ const restore=function (id){
* }
* */
const ids=function (data){
return ajax.postJson('/xboe/subgroup/m/noteinfo/ids',data);
return ajax.postJson(baseURL,'/xboe/subgroup/m/noteinfo/ids',data);
}
export default {