保安监管系统-验收版本
liuyg
2021-12-01 2564967a93b2bf7d1579d46c82a65d8c39087014
src/api/index/index.js
@@ -251,3 +251,11 @@
    params: param
  })
}
// 获取枪支定位数据
export const getGunPosition = () => {
  return request({
    url: '/api/gun/getGunList',
    method: 'get',
  })
}