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