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