admin 初始化

This commit is contained in:
zoujiandong
2023-06-05 09:25:16 +08:00
parent 12ecc21e37
commit 51d369d4c1
82 changed files with 7662 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
import request from '../../utils/request'
const url = '/api/v1/server-monitor';
export function getServerMonitor() {
return request({
url,
method: 'GET',
})
}