{"remainingRequest":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\api\\bigScreen\\common.js","dependencies":[{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\api\\bigScreen\\common.js","mtime":1703735227296},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _defineProperty from \"D:/jenkins/workspace/sfz-lh-fvue/node_modules/@babel/runtime/helpers/esm/defineProperty\";\n\nvar _queryWeather$queryLa;\n\nimport req from \"@/request.js\";\nvar portal = window.context.portal;\nvar headersUrlencoded = {\n 'Content-type': 'application/x-www-form-urlencoded'\n};\nexport default (_queryWeather$queryLa = {\n //天气查询\n queryWeather: function queryWeather() {\n return new Promise(function (resolve, reject) {\n req.get(\"/weatherAPI/v3/weather/weatherInfo?key=7a6aed8691c887482beeee3f53911685&city=500116&extensions=base\").then(function (res) {\n resolve(res);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 首页------------------------------------\n // 车道数据\n queryLaneData: function queryLaneData(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/query4\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 通行费车流量\n getChargeAndCarFlow: function getChargeAndCarFlow(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/query1\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 车道数量\n getLaneData: function getLaneData(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizLane/v1/queryAmonut\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n //交易成功率\n getSuccessRate: function getSuccessRate(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/query2\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 车辆类型\n getCarTypeData: function getCarTypeData(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/query3\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备状态\n getDeviceStatus: function getDeviceStatus(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizDevice/v1/queryAmonut\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备列表\n getDeviceList: function getDeviceList(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizDevice/v1/page\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备统计\n getDeviceData: function getDeviceData(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizDevice/v1/queryDeviceAmonut\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 车道运行情况\n getLaneState: function getLaneState(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizLane/v1/queryStatus\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备运行情况\n getDeviceFaultData: function getDeviceFaultData(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizHitchLog/v1/page\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 首页------------------------------------\n // 运营收费--------------------------------\n // 收费数据 通行数据\n getChargeTotal: function getChargeTotal(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizCharge/v1/queryChargeTotal\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 通行费同比\n getToll: function getToll(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/queryToll\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 车流量同比\n getCarFlow: function getCarFlow(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/queryCarFlow\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 减免通行费\n getReduction: function getReduction(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/queryReduction\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 今年通行费\n getAmonutCurrent: function getAmonutCurrent() {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizCharge/v1/queryAmonutCurrent\").then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 去年通行费\n getAmonutLast: function getAmonutLast() {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizCharge/v1/queryAmonutLast\").then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n //车辆记录\n getCarList: function getCarList(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizCharge/v1/page\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 车辆通行统计\n getCarTypeList: function getCarTypeList(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + \"/bizCharge/v1/queryCar\"\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 收费方式\n getPayType: function getPayType(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizCharge/v1/queryPay\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 门架识别率\n getRecognitionRate: function getRecognitionRate(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizGantryRecognitionRate/v1/queryRate\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 运营收费--------------------------------\n // 设备监控------------------------------------\n // 设备统计\n getDeviceAmonut: function getDeviceAmonut(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizDevice/v1/queryDeviceAmonut', data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备系统分布\n getDeviceBySystem: function getDeviceBySystem(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizDevice/v1/queryDeviceBySystem?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备类型\n getDeviceByType: function getDeviceByType(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizDevice/v1/queryDeviceByType?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 设备率\n getDeviceRate: function getDeviceRate(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizDevice/v1/queryDeviceRate?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 故障统计\n gethitchStatistics: function gethitchStatistics(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizHitchLog/v1/hitchStatistics?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 故障分析\n gethitchRepair: function gethitchRepair(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizHitchLog/v1/hitchRepair?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 故障维修情况\n gethitchAnalysis: function gethitchAnalysis(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizHitchLog/v1/hitchAnalysis?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 预警信息\n getWarnInfo: function getWarnInfo(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizDeviceWarnInfo/v1/pageAll', data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 巡检动态追踪\n getInspectLog: function getInspectLog(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizInspectLog/v1/page?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n }\n}, _defineProperty(_queryWeather$queryLa, \"getDeviceStatus\", function getDeviceStatus() {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizDevice/v1/page', {\n pageBean: {\n page: 1,\n pageSize: -1\n }\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getHitchLog\", function getHitchLog(tollStationId) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizHitchLog/v1/queryHitchLogRank', {\n pageBean: {\n page: 1,\n pageSize: -1\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'toll_station_id_',\n relation: 'AND',\n value: tollStationId\n }]\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getHandleTime\", function getHandleTime(tollStationId) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizHitchLog/v1/queryHitchLogHandleTime', {\n page: -1,\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'toll_station_id_',\n relation: 'AND',\n value: tollStationId\n }]\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getCpu\", function getCpu(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getCpuUseTop'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getItSoutceCount\", function getItSoutceCount(stationId, data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + '/bizItsourceData/v1/getItSoutceCount?stationId=' + stationId, data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getPmCPURate\", function getPmCPURate(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getPmCPURate'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getPmRamRate\", function getPmRamRate(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getPmRamRate'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getPhysicalMdIo\", function getPhysicalMdIo(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getPhysicalMdIo'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getVmCPURate\", function getVmCPURate(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getVmCPURate'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getVmRamRate\", function getVmRamRate(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getVmRamRate'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _defineProperty(_queryWeather$queryLa, \"getNetworkThroughput\", function getNetworkThroughput(data) {\n return new Promise(function (resolve, reject) {\n req.request({\n data: data,\n method: 'post',\n headers: headersUrlencoded,\n url: portal + '/bizItsourceData/v1/getNetworkThroughput'\n }).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n }).catch(function (err) {\n reject(err);\n });\n });\n}), _queryWeather$queryLa);",null]}