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 @@