{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\damDance-fvue\\src\\api\\BigScreen\\index.js","dependencies":[{"path":"D:\\jenkins\\workspace\\damDance-fvue\\src\\api\\BigScreen\\index.js","mtime":1704696284387},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nvar portal = window.context.portal;\nexport default {\n // 地图设备信息\n queryDeviceList: function queryDeviceList(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/deviceList\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 事件统计\n queryEventCount: function queryEventCount(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventStatistics\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 事件来源\n queryEventSource: function queryEventSource(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventSourceStatistics\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 事件分类\n queryEventType: function queryEventType(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventTypeStatistics\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 高频地点\n queryEventPlace: function queryEventPlace(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/highAddressAnalyse\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 存续事件更新统计\n queryEventUpdate: function queryEventUpdate(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/updateStatusStatistics\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 重点关注对象统计\n queryEventObject: function queryEventObject(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/orgTypeStatistics\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 查询智能监测设备数据\n queryEquipmentVolumn: function queryEquipmentVolumn(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/base/device/data/query\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 获取监控视频流\n queryVideoByCode: function queryVideoByCode(apeid, type) {\n return new Promise(function (resolve, reject) {\n req.get(portal + \"/biz/device/getStreamUrl?apeId=\".concat(apeid, \"&type=\").concat(type)).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 获取预警信息列表\n queryWarningListByCode: function queryWarningListByCode(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/base/event/center/eventManagerQuery\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 根据图片相对路径获取图片地址\n getImgByUrl: function getImgByUrl(url) {\n return new Promise(function (resolve, reject) {\n req.get(portal + \"/biz/device/getImgUrls?imgUrl=\".concat(url)).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 根据事件状态\n getListByEventStatus: function getListByEventStatus(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/base/event/center/findByPage\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 今日事件\n getEventAllView: function getEventAllView(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventAllView\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 重点关注位置\n getFollowLocation: function getFollowLocation(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventAddressAnalysis\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 重点关注团体\n getConcernGroup: function getConcernGroup(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventMainAnalysis\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 事件处置效率分析\n getDurationAnalysis: function getDurationAnalysis(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/biz/big/Screen/eventDurationAnalysis\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n }\n};",null]}