dashboard
repositories
filestore
activity
search
login
zhouwx
/
multiSystemPlatformWeb
forked from
multiSystemPlatformWeb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
zhouwx
2025-07-15
4fe6c5ac4bc2b7fa9c9c71bb52d9df3e8b13bd7c
[~zhouwx/multiSystemPlatformWeb.git]
/
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'
})
}