站点地图展示,站点地图、单站监控首页部分接口联调

This commit is contained in:
白菜
2025-06-20 02:00:10 +08:00
parent 4218776b77
commit c19d829a87
12 changed files with 356 additions and 83 deletions

8
src/api/ems/home.js Normal file
View File

@ -0,0 +1,8 @@
import request from '@/utils/request'
// 首页、站点地图页面页面顶部 所有站点信息
export function getSiteTotalInfo() {
return request({
url: '/ems/homePage/getSiteTotalInfo',
method: 'get'
})
}