dashboard
repositories
filestore
activity
search
login
main
/
intelligentSecurityAssess
智慧安评
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bug修改
zhouwx
2025-11-19
d26d14e5bcd8e999f8b1bf156007568aa50b7c6a
[intelligentSecurityAssess.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'
})
}