系统名称全局修改

This commit is contained in:
纪寒 2022-07-26 17:03:25 +08:00
parent 80dab5c8d2
commit 7c19eba827
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ VUE_APP_TITLE = 幼儿园体质检测管理系统
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
# 幼儿园体质检测管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载

View File

@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 幼儿园体质检测管理系统
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
# 幼儿园体质检测管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'

View File

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 幼儿园体质检测管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
# 幼儿园体质检测管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'

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