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