From 95691507a1a1188b291801ca963c3ad0be15a3ae Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 17 Dec 2025 13:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=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 +- .env.staging | 2 +- package.json | 2 +- vue.config.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 5b7eadf..15b7fd7 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..73ba8e3 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..fb4671b 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 503b368..cca2e09 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/vue.config.js b/vue.config.js index 6dfb11d..8307119 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') -const name = process.env.VUE_APP_TITLE || '证件管理系统' // 网页标题 +const name = process.env.VUE_APP_TITLE || '公职人员护照管理系统' // 网页标题 const port = process.env.port || process.env.npm_config_port || 80 // 端口