import { get } from '@/utils/request'; // 获取用户信息 export function getUserInfo() { return get('/ai-chat/account').json(); }