仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
intelligent_manufacture_wuhu
芜湖智能制造诊断平台升级
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
改bug
MrShi
2025-09-08
d3ff748bc6b3452179f50d38ef251b4fee7ce266
[productDev/intelligent_manufacture_wuhu.git]
/
frontWuhu
/
src
/
api
/
system
/
monitor.js
1
2
3
4
5
6
import request from '@/utils/request'
// 获取系统信息
export function getSystemInfo () {
return request.get('/system/monitor/getSystemInfo')
}