From 3fc9db99bc4ea4572ae37906eb1c9b6768c6bfa3 Mon Sep 17 00:00:00 2001 From: Lvtf Date: Thu, 17 Aug 2023 21:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=BC=B9=E5=87=BA=E6=A1=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .../bigScreen/components/mapLeftContent.vue | 4 +- .../bigScreen/components/mapRightContent.vue | 4 +- src/views/bigScreen/map/index.vue | 40 ++++++++++--------- src/views/components/carPopup/index.vue | 35 +++++++++++++++- src/views/components/eventPopup/index.vue | 27 ++++++++++++- src/views/components/mapLeftNumber/index.vue | 2 +- .../components/monitoringPopup/index.vue | 35 +++++++++++++++- src/views/components/personPopup/index.vue | 29 +++++++++++++- 10 files changed, 149 insertions(+), 31 deletions(-) diff --git a/.env.development b/.env.development index 4511d48..32b64ea 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 城市精细化管理监测主题 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index b83c255..4070ee3 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 城市精细化管理监测主题 # 生产环境配置 ENV = 'production' diff --git a/src/views/bigScreen/components/mapLeftContent.vue b/src/views/bigScreen/components/mapLeftContent.vue index 3a00c7e..c2d64a6 100644 --- a/src/views/bigScreen/components/mapLeftContent.vue +++ b/src/views/bigScreen/components/mapLeftContent.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-08-15 09:44:13 * @LastEditors: JC9527 - * @LastEditTime: 2023-08-16 10:53:31 + * @LastEditTime: 2023-08-17 21:03:34 -->