仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
intelligent_manufacture_wuhu
芜湖智能制造诊断平台升级
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
应用添加 应用附件
rk
2025-09-22
2e565c258b185df57811d5e1560a3b68ac285a45
[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')
}