初始化项目

This commit is contained in:
康冉冉
2025-08-01 10:20:17 +08:00
parent b7dcbf78a6
commit 37b83dd952
282 changed files with 25312 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'
})
}