仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
funingyunwei
阜宁运维项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
房态
MrShi
2025-01-22
a2633dee261ba41c96c51e58098728222b2e3360
[productDev/funingyunwei.git]
/
admin
/
src
/
api
/
system
/
monitor.js
1
2
3
4
5
6
import request from '@/utils/request'
// 获取系统信息
export function getSystemInfo () {
return request.get('/visitsAdmin/cloudService/system/monitor/getSystemInfo')
}