spring
2025-03-05 a3553516bd728e2446925815b4dd72af7c80caf0
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}