This commit is contained in:
wkc
2026-01-16 16:16:13 +08:00
commit 8295b39278
662 changed files with 71808 additions and 0 deletions

View File

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