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