diff --git a/.env.development b/.env.development index 01d8cfdd..4bcecd24 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ NODE_ENV='development' # 开发环境配置 ENV = 'development' -VUE_APP_VERSION = '20240516' +VUE_APP_VERSION = '240803' # 开发环境 #VUE_APP_BASE_API = '/dev-api' VUE_APP_PDOMAIN = 'tanex56' diff --git a/.env.production b/.env.production index 1fd8bdb0..056252fe 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VUE_APP_TITLE = 管理系统 NODE_ENV='production' ENV = 'production' -VUE_APP_VERSION = '20240520' +VUE_APP_VERSION = '240803' # 管理系统/生产环境 VUE_APP_PDOMAIN = 'tanex56' diff --git a/.env.staging b/.env.staging index c4751599..ca5246e6 100644 --- a/.env.staging +++ b/.env.staging @@ -6,7 +6,7 @@ NODE_ENV='staging' ENV = 'staging' # ENV = 'staging' -VUE_APP_VERSION = '20240520' +VUE_APP_VERSION = '240803' # 管理系统/生产环境 VUE_APP_PDOMAIN = 'tanex56'