{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\bzzgj-fvue\\src\\api\\device\\alarmAnalysis.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\api\\device\\alarmAnalysis.js","mtime":1667545180588},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bzzgj-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 statisticsWarn: function statisticsWarn(data, cb) {\n req.post(portal + \"/performanceAnalysis/v1/statisticsWarn\", data).then(function (res) {\n res && cb(res.data);\n });\n },\n //根据设备类型统计分析\n deviceType: function deviceType(productType, cb) {\n req.get(portal + \"/device/data/statistics/\" + productType).then(function (res) {\n res && cb(res.data);\n });\n },\n //获取下转\n statisticsWarnSub: function statisticsWarnSub(data, cb) {\n req.post(portal + \"/performanceAnalysis/v1/statisticsWarnSub\", data).then(function (res) {\n res && cb(res.data);\n });\n }\n};",null]}