mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
Revert "Merge remote-tracking branch 'origin/master'"
This reverts commit9e16ad6913, reversing changes made to4b3b6cdf16.
This commit is contained in:
@@ -31,11 +31,6 @@ const getUserInfoById = function(id) {
|
||||
return ajax.postJson('/user/list',{id});
|
||||
}
|
||||
|
||||
/**获取当前登录用户的信息*/
|
||||
const getUserInfo = function() {
|
||||
return ajax.postJson('/user/info',{});
|
||||
}
|
||||
|
||||
/**
|
||||
* https://u-pre.boe.com/userbasic/audience/userAudiences
|
||||
* 获取当前用户受众信息
|
||||
@@ -86,7 +81,6 @@ export default {
|
||||
getOrgInfo,
|
||||
findOrgTreeByOrgId,
|
||||
getUserInfoById,
|
||||
getUserInfo,
|
||||
getUserCrowds,
|
||||
getOrgHrbpInfo,
|
||||
modifyPassword,
|
||||
|
||||
Reference in New Issue
Block a user