个人主页增加关闭设置

This commit is contained in:
daihh
2022-10-28 17:31:33 +08:00
parent e2bbf980ee
commit ceaa19ab1b
5 changed files with 42 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
import ajax from '@/utils/xajax.js'
/**获取home信息*/
const home=function(aid) {
return ajax.get('/xboe/sys/user/home?aid='+aid);
}
/**
* 分页查询
* @param {
@@ -98,6 +104,7 @@ const findSignDynamic=function (id){
}
export default{
home,
list,
searchLoginName,
getByIds,