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