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