src/api/index/index.js
@@ -251,3 +251,20 @@ params: param }) } // 获取枪支定位数据 export const getGunPosition = () => { return request({ url: '/api/gun/getGunList', method: 'get', }) } // 现实表现弹窗接口 export const xsbxPages = params => { return request({ url: "/api/information/selectBxc", method: "post", params: params }); };