spring
2 天以前 38d43b697f86d5ee8345e4d6397d3c1da32bbd5b
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}