名称修改

This commit is contained in:
zzyuan 2025-12-17 13:34:33 +08:00
parent 823a31ac97
commit 95691507a1
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 证件管理系统
VUE_APP_TITLE = 公职人员护照管理系统
# 开发环境配置
ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 证件管理系统
VUE_APP_TITLE = 公职人员护照管理系统
# 生产环境配置
ENV = 'production'

View File

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 证件管理系统
VUE_APP_TITLE = 公职人员护照管理系统
NODE_ENV = production

View File

@ -1,7 +1,7 @@
{
"name": "bonus",
"version": "3.6.4",
"description": "证件管理系统",
"description": "公职人员护照管理系统",
"author": "博诺思",
"license": "MIT",
"scripts": {

View File

@ -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 // 端口