南昌市物联网技防平台-前端
Administrator
2021-04-07 4d7658f615325e4f7c30d5f3ac425fc33fcc4652
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: {}
  })
}