站点地图展示,站点地图、单站监控首页部分接口联调
This commit is contained in:
8
src/api/ems/home.js
Normal file
8
src/api/ems/home.js
Normal file
@ -0,0 +1,8 @@
|
||||
import request from '@/utils/request'
|
||||
// 首页、站点地图页面页面顶部 所有站点信息
|
||||
export function getSiteTotalInfo() {
|
||||
return request({
|
||||
url: '/ems/homePage/getSiteTotalInfo',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user