|
@@ -5,7 +5,7 @@ import request from '@/utils/request'
|
|
|
// 获取员工类型
|
|
|
export function getEmployeePieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/employee/getEmployeePieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/employee/getEmployeePieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -14,7 +14,7 @@ export function getEmployeePieData(appOrg) {
|
|
|
// 获取入楼情况
|
|
|
export function getEnterBuildData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/employee/getEnterBuildData?appOrg='+ appOrg,
|
|
|
+ url: '/large/employee/getEnterBuildData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -22,7 +22,7 @@ export function getEnterBuildData(appOrg) {
|
|
|
// 近一周人流量
|
|
|
export function getPastWeekFlowData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/employee/getPastWeekFlowData?appOrg='+ appOrg,
|
|
|
+ url: '/large/employee/getPastWeekFlowData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -31,7 +31,7 @@ export function getPastWeekFlowData(appOrg) {
|
|
|
// 获取员工性别情况
|
|
|
export function getSexChartData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/employee/getSexChartData?appOrg='+ appOrg,
|
|
|
+ url: '/large/employee/getSexChartData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -39,7 +39,7 @@ export function getSexChartData(appOrg) {
|
|
|
// 获取员工年龄分布类型
|
|
|
export function getAgePieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/employee/getAgePieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/employee/getAgePieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -47,7 +47,7 @@ export function getAgePieData(appOrg) {
|
|
|
// 其他数据信息
|
|
|
export function getEmployeeOtherData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/employee/getOtherData?appOrg='+ appOrg,
|
|
|
+ url: '/large/employee/getOtherData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -57,7 +57,7 @@ export function getEmployeeOtherData(appOrg) {
|
|
|
// 健康服务
|
|
|
export function getHealthData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/health/getHealthData?appOrg='+ appOrg,
|
|
|
+ url: '/large/health/getHealthData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -65,7 +65,7 @@ export function getHealthData(appOrg) {
|
|
|
// 近12月大病发现数量
|
|
|
export function getHealthIllnessBrokenData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/health/getHealthIllnessBrokenData?appOrg='+ appOrg,
|
|
|
+ url: '/large/health/getHealthIllnessBrokenData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -74,7 +74,7 @@ export function getHealthIllnessBrokenData(appOrg) {
|
|
|
// 多发疾病排行
|
|
|
export function getIllnessChartData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/health/getIllnessChartData?appOrg='+ appOrg,
|
|
|
+ url: '/large/health/getIllnessChartData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -82,7 +82,7 @@ export function getIllnessChartData(appOrg) {
|
|
|
// 体检情况 柱形图
|
|
|
export function getPhysicalChartData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/health/getPhysicalChartData?appOrg='+ appOrg,
|
|
|
+ url: '/large/health/getPhysicalChartData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -90,7 +90,7 @@ export function getPhysicalChartData(appOrg) {
|
|
|
// 体检情况 饼图
|
|
|
export function getPhysicalPieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/health/getPhysicalPieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/health/getPhysicalPieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -99,7 +99,7 @@ export function getPhysicalPieData(appOrg) {
|
|
|
//食堂概览
|
|
|
export function getCanteenData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getCanteenData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getCanteenData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -107,7 +107,7 @@ export function getCanteenData(appOrg) {
|
|
|
//食堂服务满意度
|
|
|
export function getCanteenScoreData(appOrg, canteen) {
|
|
|
return request({
|
|
|
- url: '/smart/getCanteenScoreData?appOrg='+ appOrg + '&canteenName=' + canteen,
|
|
|
+ url: '/large/smart/getCanteenScoreData?appOrg='+ appOrg + '&canteenName=' + canteen,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -115,7 +115,7 @@ export function getCanteenScoreData(appOrg, canteen) {
|
|
|
//各食堂满意度排名
|
|
|
export function getCanteenDegreeData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getCanteenDegreeData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getCanteenDegreeData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -123,7 +123,7 @@ export function getCanteenDegreeData(appOrg) {
|
|
|
//各单位统计排行
|
|
|
export function getCanteenTotalRank(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getCanteenTotalRank?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getCanteenTotalRank?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -131,7 +131,7 @@ export function getCanteenTotalRank(appOrg) {
|
|
|
//资质证件
|
|
|
export function getQualificationData(appOrg, canteen) {
|
|
|
return request({
|
|
|
- url: '/smart/getQualificationData?appOrg='+ appOrg + '&canteenName=' + canteen,
|
|
|
+ url: '/large/smart/getQualificationData?appOrg='+ appOrg + '&canteenName=' + canteen,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -139,7 +139,7 @@ export function getQualificationData(appOrg, canteen) {
|
|
|
//菜品信息
|
|
|
export function getFoodData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getFoodData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getFoodData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -147,7 +147,7 @@ export function getFoodData(appOrg) {
|
|
|
//其他数据信息
|
|
|
export function getOtherData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getOtherData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getOtherData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -155,7 +155,7 @@ export function getOtherData(appOrg) {
|
|
|
//食堂安全管理
|
|
|
export function getSafetyData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getSafetyData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getSafetyData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -163,7 +163,7 @@ export function getSafetyData(appOrg) {
|
|
|
//能耗信息(本月)
|
|
|
export function getPowerData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getPowerData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getPowerData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -171,7 +171,7 @@ export function getPowerData(appOrg) {
|
|
|
//热销菜品排行
|
|
|
export function getFoodRankData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getFoodRankData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getFoodRankData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -179,7 +179,7 @@ export function getFoodRankData(appOrg) {
|
|
|
//绿智食堂参评情况
|
|
|
export function geParticipateData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/geParticipateData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/geParticipateData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -187,7 +187,7 @@ export function geParticipateData(appOrg) {
|
|
|
//就餐情况
|
|
|
export function getDiningPieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getDiningPieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getDiningPieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -196,7 +196,7 @@ export function getDiningPieData(appOrg) {
|
|
|
//智慧食堂
|
|
|
export function getSmartCanteenPieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getSmartCanteenPieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getSmartCanteenPieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -205,7 +205,7 @@ export function getSmartCanteenPieData(appOrg) {
|
|
|
//员工服务
|
|
|
export function getSmartEmployeePieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getEmployeePieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getEmployeePieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -213,7 +213,7 @@ export function getSmartEmployeePieData(appOrg) {
|
|
|
//电子餐券
|
|
|
export function getElectronicVouchersData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getElectronicVouchersData?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getElectronicVouchersData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -221,7 +221,7 @@ export function getElectronicVouchersData(appOrg) {
|
|
|
//食堂列表
|
|
|
export function getCanteenNameList(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getCanteenNameList?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getCanteenNameList?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -230,7 +230,7 @@ export function getCanteenNameList(appOrg) {
|
|
|
//菜谱列表
|
|
|
export function getFoodsList(appOrg) {
|
|
|
return request({
|
|
|
- url: '/smart/getFoodsList?appOrg='+ appOrg,
|
|
|
+ url: '/large/smart/getFoodsList?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -239,7 +239,7 @@ export function getFoodsList(appOrg) {
|
|
|
// 建设完成达标率
|
|
|
export function getOverviewData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/property/getOverviewData?appOrg='+ appOrg,
|
|
|
+ url: '/large/property/getOverviewData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -247,7 +247,7 @@ export function getOverviewData(appOrg) {
|
|
|
// 单位列表
|
|
|
export function getPropertyList(appOrg) {
|
|
|
return request({
|
|
|
- url: '/property/getPropertyList?appOrg='+ appOrg,
|
|
|
+ url: '/large/property/getPropertyList?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -255,7 +255,7 @@ export function getPropertyList(appOrg) {
|
|
|
// 工具箱二具数量
|
|
|
export function getToolsChartsList(appOrg) {
|
|
|
return request({
|
|
|
- url: '/property/getToolsChartsList?appOrg='+ appOrg,
|
|
|
+ url: '/large/property/getToolsChartsList?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -264,7 +264,7 @@ export function getToolsChartsList(appOrg) {
|
|
|
// 数据概况
|
|
|
export function getBasicOverviewData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/basics/getOverviewData?appOrg='+ appOrg,
|
|
|
+ url: '/large/basics/getOverviewData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -272,7 +272,7 @@ export function getBasicOverviewData(appOrg) {
|
|
|
// 服务器
|
|
|
export function getServerListData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/basics/getServerListData?appOrg='+ appOrg,
|
|
|
+ url: '/large/basics/getServerListData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -280,7 +280,7 @@ export function getServerListData(appOrg) {
|
|
|
// 系统运行峰值情况分析
|
|
|
export function getSystemRunData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/basics/getSystemRunData?appOrg='+ appOrg,
|
|
|
+ url: '/large/basics/getSystemRunData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -288,7 +288,7 @@ export function getSystemRunData(appOrg) {
|
|
|
// 系统运行报警信息
|
|
|
export function getSystemRunErrData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/basics/getSystemRunErrData?appOrg='+ appOrg,
|
|
|
+ url: '/large/basics/getSystemRunErrData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -296,7 +296,7 @@ export function getSystemRunErrData(appOrg) {
|
|
|
// 获取活跃top10公司
|
|
|
export function getTopTenCompany(appOrg) {
|
|
|
return request({
|
|
|
- url: '/basics/getTopTenCompany?appOrg='+ appOrg,
|
|
|
+ url: '/large/basics/getTopTenCompany?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -305,7 +305,7 @@ export function getTopTenCompany(appOrg) {
|
|
|
// 数据概况
|
|
|
export function getPostOverviewData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/post/getOverviewData?appOrg='+ appOrg,
|
|
|
+ url: '/large/post/getOverviewData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -313,7 +313,7 @@ export function getPostOverviewData(appOrg) {
|
|
|
// 近一个月报修分类占比
|
|
|
export function getPastMonthPieData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/post/getPastMonthPieData?appOrg='+ appOrg,
|
|
|
+ url: '/large/post/getPastMonthPieData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -321,7 +321,7 @@ export function getPastMonthPieData(appOrg) {
|
|
|
// 近六个月报修订单分类
|
|
|
export function getPastSixMonthChartsData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/post/getPastSixMonthChartsData?appOrg='+ appOrg,
|
|
|
+ url: '/large/post/getPastSixMonthChartsData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -329,7 +329,7 @@ export function getPastSixMonthChartsData(appOrg) {
|
|
|
//一周车流量统计
|
|
|
export function getCarFlowData(appOrg) {
|
|
|
return request({
|
|
|
- url: '/post/getCarFlowData?appOrg='+ appOrg,
|
|
|
+ url: '/large/post/getCarFlowData?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -339,7 +339,7 @@ export function getCarFlowData(appOrg) {
|
|
|
//碳排放量月度变化趋势图
|
|
|
export function carbonEmissionStatistics() {
|
|
|
return request({
|
|
|
- url: '/build/carbonEmissionStatistics',
|
|
|
+ url: '/large/build/carbonEmissionStatistics',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -347,7 +347,7 @@ export function carbonEmissionStatistics() {
|
|
|
//数据中心机房信息
|
|
|
export function dataCenterRoom(appOrg) {
|
|
|
return request({
|
|
|
- url: '/build/dataCenterRoom?appOrg='+ appOrg,
|
|
|
+ url: '/large/build/dataCenterRoom?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -355,13 +355,13 @@ export function dataCenterRoom(appOrg) {
|
|
|
//年度累计电耗
|
|
|
export function electricityStatistics() {
|
|
|
return request({
|
|
|
- url: '/build/electricityStatistics',
|
|
|
+ url: '/large/build/electricityStatistics',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
|
export function powerForYear() {
|
|
|
return request({
|
|
|
- url: '/build/powerForYear',
|
|
|
+ url: '/large/build/powerForYear',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -369,13 +369,13 @@ export function powerForYear() {
|
|
|
//年度累计综合能耗
|
|
|
export function energyForYear() {
|
|
|
return request({
|
|
|
- url: '/build/energyForYear',
|
|
|
+ url: '/large/build/energyForYear',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
|
export function energyStatistics() {
|
|
|
return request({
|
|
|
- url: '/build/energyStatistics',
|
|
|
+ url: '/large/build/energyStatistics',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -383,7 +383,7 @@ export function energyStatistics() {
|
|
|
//燃气用量信息
|
|
|
export function gasInfo(appOrg) {
|
|
|
return request({
|
|
|
- url: '/build/gasInfo?appOrg='+ appOrg,
|
|
|
+ url: '/large/build/gasInfo?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -391,7 +391,7 @@ export function gasInfo(appOrg) {
|
|
|
//可再生电力信息
|
|
|
export function greenPowerInfo(appOrg) {
|
|
|
return request({
|
|
|
- url: '/build/greenPowerInfo?appOrg='+ appOrg,
|
|
|
+ url: '/large/build/greenPowerInfo?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -399,7 +399,7 @@ export function greenPowerInfo(appOrg) {
|
|
|
//供暖能耗信息
|
|
|
export function heatingEnergy(appOrg) {
|
|
|
return request({
|
|
|
- url: '/build/heatingEnergy?appOrg='+ appOrg,
|
|
|
+ url: '/large/build/heatingEnergy?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -407,13 +407,13 @@ export function heatingEnergy(appOrg) {
|
|
|
//年度累计非供暖能耗
|
|
|
export function nonHeatingEnergyForYear() {
|
|
|
return request({
|
|
|
- url: '/build/nonHeatingEnergyForYear',
|
|
|
+ url: '/large/build/nonHeatingEnergyForYear',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
|
export function usePowerStatistics() {
|
|
|
return request({
|
|
|
- url: '/build/usePowerStatistics',
|
|
|
+ url: '/large/build/usePowerStatistics',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -421,7 +421,7 @@ export function usePowerStatistics() {
|
|
|
//办公碳排放情况
|
|
|
export function officeCarbonForYear() {
|
|
|
return request({
|
|
|
- url: '/build/officeCarbonForYear',
|
|
|
+ url: '/large/build/officeCarbonForYear',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -429,7 +429,7 @@ export function officeCarbonForYear() {
|
|
|
//月用电量信息
|
|
|
export function powerForMonth() {
|
|
|
return request({
|
|
|
- url: '/build/powerForMonth',
|
|
|
+ url: '/large/build/powerForMonth',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -437,7 +437,7 @@ export function powerForMonth() {
|
|
|
//资源信息
|
|
|
export function resourceInfo(appOrg) {
|
|
|
return request({
|
|
|
- url: '/build/resourceInfo?appOrg='+ appOrg,
|
|
|
+ url: '/large/build/resourceInfo?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -446,7 +446,7 @@ export function resourceInfo(appOrg) {
|
|
|
//楼宇月用水电热信息
|
|
|
export function useHeatGas(appOrg) {
|
|
|
return request({
|
|
|
- url: '/build/useHeatGas?appOrg='+ appOrg,
|
|
|
+ url: '/large/build/useHeatGas?appOrg='+ appOrg,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -455,13 +455,13 @@ export function useHeatGas(appOrg) {
|
|
|
//年度累计水耗
|
|
|
export function waterForYear() {
|
|
|
return request({
|
|
|
- url: '/build/waterForYear',
|
|
|
+ url: '/large/build/waterForYear',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
|
export function waterStatistics() {
|
|
|
return request({
|
|
|
- url: '/build/waterStatistics',
|
|
|
+ url: '/large/build/waterStatistics',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -471,7 +471,7 @@ export function waterStatistics() {
|
|
|
//统一视频(工程现场监控)
|
|
|
export function videoList(code) {
|
|
|
return request({
|
|
|
- url: '/video/videoList?code=' + code,
|
|
|
+ url: '/large/video/videoList?code=' + code,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -479,7 +479,7 @@ export function videoList(code) {
|
|
|
//视频流列表 各公司出入口监控
|
|
|
export function monitorList(code) {
|
|
|
return request({
|
|
|
- url: '/video/monitorList?code=' + code,
|
|
|
+ url: '/large/video/monitorList?code=' + code,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
@@ -488,7 +488,7 @@ export function monitorList(code) {
|
|
|
//获取视频推流地址
|
|
|
export function openCamera(code) {
|
|
|
return request({
|
|
|
- url: '/video/openCamera?videoCode=' + code,
|
|
|
+ url: '/large/video/openCamera?videoCode=' + code,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|