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