diff --git a/.env.development b/.env.development index 5b7eadf..b7e540b 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 d1feda0..dadb885 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 f9f89e1..e4e6512 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 证件管理系统 +VUE_APP_TITLE = 保护定值校验系统 NODE_ENV = production diff --git a/package.json b/package.json index daeaf96..d963642 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bonus", "version": "3.6.4", - "description": "证件管理系统", + "description": "保护定值校验系统", "author": "博诺思", "license": "MIT", "scripts": { diff --git a/src/views/index.vue b/src/views/index.vue index 470d2b2..4262d68 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,7 +2,7 @@
-

证件管理系统

+

保护定值校验系统

当前版本: v{{ version }}

diff --git a/src/views/login.vue b/src/views/login.vue index e31f4cc..9f0afeb 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@