libin
2021-05-08 14ea071306f0ec3b79687346fa05116522f7a6a2
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 查询服务器详细
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}