南昌市物联网技防平台-前端
shuishen
2021-04-23 8d837b97ffb27e4e26f067c1febde353bfdf91cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
import request from '@/router/axios';
 
export const getList = () => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/selectListSe',
    method: 'get',
    params: {}
  })
}
 
export const getEquipmentList = () => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/selectEq',
    method: 'get',
    params: {}
  })
}
 
export const getDayWarnList = () => {
  return request({
    url: '/api/blade-jfpts/alarm/alarm/selectAlertScount',
    method: 'get',
    params: {}
  })
}
 
export const getEquipment = () => {
  return request({
    url: '/api/blade-jfpts/equipment/equipment/SeleC',
    method: 'post',
    params: {}
  })
}