xiangpei
2024-03-06 36a294742c5aecea1720e5215a4b6a95c2b6dc15
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}