diff --git a/dist3.28.zip b/dist3.28.zip deleted file mode 100644 index 22292a5..0000000 Binary files a/dist3.28.zip and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..38ab6d2 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/Title2/index.vue b/src/components/Title2/index.vue index 348b6ec..d0c2e83 100644 --- a/src/components/Title2/index.vue +++ b/src/components/Title2/index.vue @@ -4,7 +4,7 @@
-
+
返回
diff --git a/src/stores/home.js b/src/stores/home.js
index 1b37c96..a9beb9a 100644
--- a/src/stores/home.js
+++ b/src/stores/home.js
@@ -10,17 +10,17 @@ export const useHomeStore = defineStore('home', () => {
{ value: 0, name: '低感景区总数' }
],
data: [
- { name: '当日购票量:', value: 0 },
- { name: '未来3天购票量:', value: 0 },
- { name: '3天后购票量:', value: 0 }
+ { name: '购今日票数:', value: 0 },
+ { name: '购未来三天票数:', value: 0 },
+ { name: '购三天后票数:', value: 0 }
]
})
//直通车购票
let trainData = ref({
data: [
- { name: '当日购票量:', value: 0 },
- { name: '未来3天购票量:', value: 0 },
- { name: '3天后购票量:', value: 0 }
+ { name: '购今日票数:', value: 0 },
+ { name: '购未来三天票数:', value: 0 },
+ { name: '购三天后票数:', value: 0 }
]
})
// 景区排队数据
diff --git a/src/stores/scenic.js b/src/stores/scenic.js
index 5008dd5..fb1b270 100644
--- a/src/stores/scenic.js
+++ b/src/stores/scenic.js
@@ -37,7 +37,7 @@ export const useScenicStore = defineStore('scenic', () => {
dataList: [],
headList: [
{ name: '当前告警总数', count: 0, type: 0 },
- { name: '安全告警总数', count: 0, type: 0 },
+ { name: '异常告警总数', count: 0, type: 0 },
{ name: '已解除告警数', count: 0, type: 0 }
]
})
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index ab3cd18..3417d11 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -96,6 +96,13 @@
scenicSpotId: ''
})
)
+ sendMessage(
+ JSON.stringify({
+ action: 'start',
+ type: 'getMapNotifyInfo',
+ scenicSpotId: ''
+ })
+ )
}
}, 5000)
}
diff --git a/src/views/hotel/components/info-box.vue b/src/views/hotel/components/info-box.vue
index 3946447..103f0d2 100644
--- a/src/views/hotel/components/info-box.vue
+++ b/src/views/hotel/components/info-box.vue
@@ -14,7 +14,7 @@
- 联系电话:+86-23-56636999
+ 联系电话:{{ info?.phone }}
返回
@@ -107,7 +107,7 @@
返回
@@ -162,7 +162,7 @@