zhs
2025-04-16 6994c4ae328dc6e41ab98f183774c7ffdc9b5dbf
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}