diff --git a/.env.production b/.env.production index b4893b0..59f9d40 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 幼儿园体质检测管理系统 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 幼儿园体质检测管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index 361859f..d094493 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 幼儿园体质检测管理系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 幼儿园体质检测管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/src/views/login.vue b/src/views/login.vue index 83c2eca..28809af 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@ diff --git a/src/views/register.vue b/src/views/register.vue index 41acabd..8dbb0dc 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@ diff --git a/vue.config.js b/vue.config.js index a1255a4..9f3dc46 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 // 端口