ruoyi-ui/src/api/system/user.js @@ -150,3 +150,11 @@ }) } //查看家庭信息 export function getAllFamilys(){ return request({ url: '/family/all' , method: 'get', }) }