From 74e7e36f2e1c0f300124f02477b51f1b8b7b0c74 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 3 Aug 2024 20:16:53 +0800 Subject: [PATCH] md --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'