feat:上线服务监控功能

This commit is contained in:
橙子
2023-04-19 22:38:46 +08:00
parent 9ebafff392
commit 8f143be4b0
15 changed files with 1510 additions and 106 deletions

View File

@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 获取服务信息
export function getServer() {
return request({
url: '/monitor/server',
url: '/monitor-server/info',
method: 'get'
})
}