|
|
@@ -95,7 +95,7 @@ const list = ref([
|
|
|
url: img,
|
|
|
},
|
|
|
{
|
|
|
- title: "防火点位",
|
|
|
+ title: "防火 鹰眼点位",
|
|
|
url: img2,
|
|
|
},
|
|
|
{
|
|
|
@@ -164,8 +164,8 @@ const changeIndex = (index: number, item: any) => {
|
|
|
currentValue.value = item.title;
|
|
|
if (item.title === "监控点位") {
|
|
|
pointCount.value = 33;
|
|
|
- } else if (item.title === "防火点位") {
|
|
|
- pointCount.value = 3;
|
|
|
+ } else if (item.title === "防火 鹰眼点位") {
|
|
|
+ pointCount.value = 6;
|
|
|
} else if (item.title === "广播点位") {
|
|
|
pointCount.value = 11;
|
|
|
} else if (item.title === "其他点位") {
|
|
|
@@ -180,9 +180,18 @@ const clickMarker = (title: string, type: string) => {
|
|
|
if (type === "监控点位") {
|
|
|
currentWatch.value = title;
|
|
|
showWatch.value = true;
|
|
|
- } else if (type === "防火点位") {
|
|
|
- currentFire.value = title;
|
|
|
- showFire.value = true;
|
|
|
+ } else if (type === "防火 鹰眼点位") {
|
|
|
+ if (
|
|
|
+ title == "中源景区防火" ||
|
|
|
+ title == "三爪仑虎啸峡森林防火" ||
|
|
|
+ title == "宝峰小湾森林防火"
|
|
|
+ ) {
|
|
|
+ currentFire.value = title;
|
|
|
+ showFire.value = true;
|
|
|
+ } else {
|
|
|
+ currentWatch.value = title;
|
|
|
+ showWatch.value = true;
|
|
|
+ }
|
|
|
} else if (type === "广播点位") {
|
|
|
currentRadio.value = title;
|
|
|
showRadio.value = true;
|
|
|
@@ -249,7 +258,7 @@ defineExpose({
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 197px;
|
|
|
- width: 320px;
|
|
|
+ width: 322px;
|
|
|
height: 465px;
|
|
|
|
|
|
.list_box {
|
|
|
@@ -261,7 +270,7 @@ defineExpose({
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding: 8px;
|
|
|
- width: 320px;
|
|
|
+ width: 322px;
|
|
|
height: 88px;
|
|
|
font-size: 30px;
|
|
|
font-family: "庞门正道标题体";
|