diff --git a/.env.development b/.env.development index 4d684e7..34148b1 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,8 @@ # 页面标题 VUE_APP_TITLE = 管理系统 +VUE_APP_VERSION = '20240729' + # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index e2ff79c..daa1a65 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,8 @@ # 页面标题 VUE_APP_TITLE = 管理系统 +VUE_APP_VERSION = '20240729' + # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 6077458..c054a16 100644 --- a/.env.staging +++ b/.env.staging @@ -1,6 +1,8 @@ # 页面标题 VUE_APP_TITLE = 管理系统 +VUE_APP_VERSION = '20240729' + NODE_ENV = production # 测试环境配置