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