{"remainingRequest":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\stManager\\videoManger.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\stManager\\videoManger.js","mtime":1684458236371},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bbsl-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 getVideoF: function getVideoF(data, cb) {\n req.post(portal + \"/biz/catalog/base/getCataLogBase\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 获取视频目录树\n getVideoTree: function getVideoTree(data, cb) {\n req.post(portal + \"/biz/catalog/base/getTree\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //点击树获取分页\n getList: function getList(data, cb) {\n req.post(portal + \"/biz/catalog/base/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //获取分关监控点联页,不分页\n getListPage: function getListPage(data, cb) {\n req.post(portal + \"/biz/catalog/base/findByZoneCode\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //同步检测点信息\n getSynch: function getSynch(data, cb) {\n req.post(portal + \"/biz/catalog/base/asycZoneRes\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 水库关联监控点\n relationAd: function relationAd(data, cb) {\n req.post(portal + \"/att/res/base/bindVideo\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 水电站关联监控点\n relationHyd: function relationHyd(data, cb) {\n req.post(portal + \"/att/hyst/base/bindVideo\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 河流关联监控点\n relationRv: function relationRv(data, cb) {\n req.post(portal + \"/att/rv/base/bindVideo\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据Id获取已关联的监控点\n RvdetailRelation: function RvdetailRelation(id, cb) {\n req.get(portal + \"/att/rv/base/getVideoList/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id获取已关联的监控点\n detailRelation: function detailRelation(id, cb) {\n req.get(portal + \"/att/res/base/getVideoList/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id获取已关联的水电监控点\n HyddetailRelation: function HyddetailRelation(id, cb) {\n req.get(portal + \"/att/hyst/base/getVideoList/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n // 应用配置\n stationRelation: function stationRelation(data, cb) {\n req.post(portal + \"/biz/catalog/base/setApptype\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //同步数据\n asycCataLog: function asycCataLog(cb) {\n req.post(portal + \"/biz/catalog/base/asycCataLog\").then(function (rep) {\n cb(rep.data);\n });\n },\n //根据目录信息同步海康区域信息\n asycCataLogZone: function asycCataLogZone(data, cb) {\n req.post(portal + \"/biz/catalog/base/asycCataLogZone\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //保存应用配置\n setApptype: function setApptype(data, cb) {\n req.post(portal + \"/biz/catalog/base/setApptype\", data).then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}