仪表盘
版本库
文件存储
活动
搜索
登录
老应
/
opo
后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
yxh
yxh
2023-08-13
a626ad5c966e1edc89346f8173c169adc6d41375
[~yxh/opo.git]
/
ruoyi-ui
/
src
/
api
/
monitor
/
server.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 查询服务器详细
export function getServer() {
return request({
url: '/monitor/server',
method: 'get'
})
}