zhouwx
11 小时以前 c5f4bef2a867c3da79555a95b60a7c4d5c295f0e
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}