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