From 453f8c76192b7b492751df8ad014688984d98872 Mon Sep 17 00:00:00 2001 From: douyage Date: Wed, 23 Sep 2026 16:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B1=87=E8=81=9A=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=B8=8B=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.htjc6 | 2 +- .env.production | 2 +- .env.staging | 2 +- src/layout/components/Navbar.vue | 2 +- src/utils/stationTitle.js | 4 +- src/views/portal/index.vue | 90 ++++++++++++++++++++++++++------ 7 files changed, 81 insertions(+), 23 deletions(-) diff --git a/.env.development b/.env.development index 891c922..4f09481 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 消防动环管理平台 +VUE_APP_TITLE = 动环智能巡检系统 # 开发环境配置 ENV = 'development' diff --git a/.env.htjc6 b/.env.htjc6 index 202dabe..00fd2b5 100644 --- a/.env.htjc6 +++ b/.env.htjc6 @@ -1,7 +1,7 @@ NODE_ENV = 'production' ENV = 'production' -VUE_APP_TITLE = 消防动环管理平台 +VUE_APP_TITLE = 动环智能巡检系统 VUE_APP_BASE_API = '/app/htjc6/api' VUE_APP_NVR_API = '/nvr-api' diff --git a/.env.production b/.env.production index 35e4529..28b825a 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 消防动环管理平台 +VUE_APP_TITLE = 动环智能巡检系统 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index a5d5513..a8727d5 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 消防动环管理平台 +VUE_APP_TITLE = 动环智能巡检系统 BABEL_ENV = production diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 97dd201..ba8196c 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -3,7 +3,7 @@