jiangping
2024-02-04 8a0469c97262be9ecbc5eae38d812da789635c81
1
2
3
4
5
6
import request from '@/utils/request'
 
// 获取系统信息
export function getSystemInfo () {
  return request.get('/system/monitor/getSystemInfo')
}