import request from '@/utils/request' // 个人中心页数据 export function getUserInfo(data) { return request({ url: '/api/userinfo', method: 'get', data }); }