Commit fc2b3cc7 authored by sxl's avatar sxl 💬

fix:环境监测监控点位调整

parent 892e50e0
......@@ -32,7 +32,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '东风井',
x: '856',
y: '136',
y: '150',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '东风井风速', equipmentTy: '风速', isWarning: 0 },
......@@ -52,7 +52,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '五中避险硐室',
x: '102',
y: '677',
y: '687',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '五中避险硐室co', equipmentTy: '一氧化碳500', isWarning: 0 },
......@@ -62,7 +62,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '四中避险硐室',
x: '96',
y: '541',
y: '551',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '四中避险硐室', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -72,7 +72,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '四中车场',
x: '53',
y: '527',
y: '540',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '四中车场', equipmentTy: '一氧化碳1000', isWarning: 0 }
......@@ -139,8 +139,8 @@ export const EQUIPMENT_POSITIONS = [
},
{
name: '一中西采区',
x: '341',
y: '192',
x: '321',
y: '169',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '一中西采区CO', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -152,7 +152,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '三中运输巷',
x: '518',
y: '439',
y: '449',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '三中运输巷CO', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -164,7 +164,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '三中西采',
x: '566',
y: '499',
y: '515',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '三中西采', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -175,7 +175,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '四中运输巷',
x: '206',
y: '559',
y: '570',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '四中运输巷', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -187,7 +187,7 @@ export const EQUIPMENT_POSITIONS = [
{
name: '五中运输巷',
x: '166',
y: '697',
y: '703',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '五中运输巷', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -207,8 +207,8 @@ export const EQUIPMENT_POSITIONS = [
},
{
name: '二中西采区',
x: '237',
y: '339',
x: '527',
y: '310',
isWarning: 0,
monitorPositionList: [
{ equipmentName: '二中西采区CO', equipmentTy: '一氧化碳1000', isWarning: 0 },
......@@ -231,8 +231,8 @@ export const EQUIPMENT_POSITIONS = [
export const CAMERA_POSITIONS = [
{ status: 1, x: 50, y: 150, name: '一中码头门' },
{ status: 1, x: 53, y: 277, name: '二中码头门' },
{ status: 1, x: 82, y: 289, name: '二中水泵房' },
{ status: 1, x: 113, y: 297, name: '二中避险硐室' },
{ status: 1, x: 82, y: 282, name: '二中水泵房' },
{ status: 1, x: 113, y: 287, name: '二中避险硐室' },
{ status: 1, x: 152, y: 294, name: '二中空压机房' },
{ status: 1, x: 71, y: 411, name: '三中码头门' }
];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment