import request from '@/axios' //获取用户信息 export const getUserInfo = (data) => request.post({ url: `/api/User/getCurrentUserInfo` });