南昌市物联网技防平台-前端
Administrator
2021-04-08 b07ab75fb61fff925c7eafb8b9533350e20d64c8
1
2
3
4
5
6
7
8
9
import request from '@/router/axios';
 
export const getList = () => {
  return request({
    url: '/api/blade-jfpts/equipment/equipment/listAll',
    method: 'get',
    params: {}
  })
}