深海科学与工程研究所安全巡检系统
祖安之光
2025-10-15 28b0fd047c39f400802d9d85779d01b18b9d745c
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取服务信息
export function getServer() {
  return request({
    url: '/monitor/server',
    method: 'get'
  })
}