xiangpei
2024-09-06 222a623191c8dbd934a45c5da32c6c6883c8587f
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}