dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!436 优化部门管理页面email字段的表单验证多余的单引号 Merge pull request !436 from lu_ming/master
若依
2022-02-23
1086c0092930704c584e499d30612d04c67cf606
[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'
})
}