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