修改退出登录逻辑,新增访问接口退出
This commit is contained in:
@@ -54,4 +54,8 @@ export const getUserParksAndTenementsList = async function() {
|
||||
// 获取所有未阅读的用户数
|
||||
export const getUnReadApproveNumber = async function() {
|
||||
return await GET('/wx/getApproveNumber');
|
||||
}
|
||||
// 退出登录
|
||||
export const logout = async function() {
|
||||
return await POST('/wx/logout');
|
||||
}
|
Reference in New Issue
Block a user