liusheng
2024-04-30 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}