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