liusheng
2023-10-30 fb5882e262e460678079304c30e49cc6a8cd04c9
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 查询服务器详细
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}