import request from '@/router/axios'; export const getMonitorList = () => { return request({ url: '/kgApi/monitor-system/getMonitorList', method: 'get', }) }