mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
修改退出接口调用
This commit is contained in:
@@ -8,6 +8,13 @@ const login = function() {
|
||||
return ajax.post(baseURL,'/org/userParentOrg',{});
|
||||
}
|
||||
|
||||
/**退出*/
|
||||
const logout = function() {
|
||||
return ajax.postJson(baseURL,'/userbasic/logout',{from:'pc'});
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 获取用户的组织机构
|
||||
* organization_id
|
||||
@@ -106,5 +113,6 @@ export default {
|
||||
modifyPassword,
|
||||
getInAudienceIds,
|
||||
getUsersByIds,
|
||||
updateUser
|
||||
updateUser,
|
||||
logout
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user