lihy2021
2022-10-27 1de2b7a57e13928f0c963d308cea65d10149c1a9
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}