diff --git a/.env.development b/.env.development index 15b7fd7..180aae7 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 73ba8e3..a4b1872 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 fb4671b..04c7a00 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 cca2e09..73f4ba3 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 8697426..0979e6b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,7 +2,7 @@
当前版本: v{{ version }}
diff --git a/src/views/register.vue b/src/views/register.vue index 8043248..a120cf4 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@