仪表盘
版本库
文件存储
活动
搜索
登录
吴龙
/
smartor-web
分支自
~yxh/smartor-web
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
yxh
yxh
2023-03-06
aad1dc20370ca3d740964326ef7ba2d91cc40a2e
[~wul/smartor-web.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'
})
}