h5/apis/index.js @@ -43,4 +43,9 @@ // 取当前登录的用户信息 export function getUserInfo() { return get('system/getUserInfo') } // 退出登录 export function logout(data){ return post('system/logout', data) }