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