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