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