diff --git a/src/assets/fonts/微软正黑体.ttf b/src/assets/fonts/微软正黑体.ttf deleted file mode 100644 index 8997148..0000000 Binary files a/src/assets/fonts/微软正黑体.ttf and /dev/null differ diff --git a/src/assets/fonts/微软雅黑粗体.ttf b/src/assets/fonts/微软雅黑粗体.ttf deleted file mode 100644 index 0d2e971..0000000 Binary files a/src/assets/fonts/微软雅黑粗体.ttf and /dev/null differ diff --git a/src/assets/images/car-offline.png b/src/assets/images/car-offline.png new file mode 100644 index 0000000..77f370f Binary files /dev/null and b/src/assets/images/car-offline.png differ diff --git a/src/assets/images/car-stop.png b/src/assets/images/car-stop.png new file mode 100644 index 0000000..2fa0213 Binary files /dev/null and b/src/assets/images/car-stop.png differ diff --git a/src/assets/images/ship-offline.png b/src/assets/images/ship-offline.png new file mode 100644 index 0000000..c8f0072 Binary files /dev/null and b/src/assets/images/ship-offline.png differ diff --git a/src/assets/images/ship-stop.png b/src/assets/images/ship-stop.png new file mode 100644 index 0000000..cafd3ba Binary files /dev/null and b/src/assets/images/ship-stop.png differ diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 8911db0..e9add97 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -173,19 +173,23 @@ router.push(item.path) } else { if (current.value === item.id) return - otherLeftLabel.value = '其他酒店' - otherRightLabel.value = '其他场馆' current.value = item.id switch (router.currentRoute.value.path) { case '/scenic': title.value = item.name + otherLeftLabel.value = '其他景区' + otherRightLabel.value = '' pubSub.publish('scenicChange', item) break case '/monitor': title.value = item.name + otherLeftLabel.value = '其他景区' + otherRightLabel.value = '' pubSub.publish('monitorChange', item) break case '/hotel': + otherLeftLabel.value = '其他酒店' + otherRightLabel.value = '其他场馆' pubSub.publish('hotelChange', item) break } diff --git a/src/views/scenic/components/big-map.vue b/src/views/scenic/components/big-map.vue index b4bdd2d..13878cd 100644 --- a/src/views/scenic/components/big-map.vue +++ b/src/views/scenic/components/big-map.vue @@ -11,9 +11,6 @@ placeholder="设备号/设备名称SIM卡号" @input="onInput" > -