import { http } from './http' export async function getServerInfo() { const { data } = await http.get('/api/monitor/server') return data }