无关风月
2025-01-22 d9e5fa55c86ff5c9d28839b9e000f9b87b97d1bd
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}