qwe
wwl
2024-11-08 93c0c3c00334738698c995a2c0fb28a051d49b8e
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}