dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增缓存列表菜单功能
RuoYi
2022-06-25
9d7e32fb073842eb9d346878b49ce5bacfa3b51c
[expert_management.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'
})
}