mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
个人主页增加关闭设置
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user