{"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\\homePage.js","dependencies":[{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\api\\bigScreen\\homePage.js","mtime":1702580926969},{"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 req from \"@/request.js\";\nvar portal = window.context.portal;\nexport default {\n // 收费数据 通行数据\n getChargeData: function getChargeData(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizCharge/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 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 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};",null]}