import axios from '@/utils/axios'; import { USER_PREFIX } from './prefix'; export const getUserInfo = () => axios.get(`${USER_PREFIX}/self`);