import { get } from '@/utils/request'; export async function fakeChartData() { return get('/api/fake_chart_data'); }