From d82c0d1a308a2a41a7111ea7946a29464183ec8a Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 1 Apr 2026 15:46:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E5=AF=BC=E5=87=BApdf]=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index c4d0bed..4391aff 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻ELN V1.0 +VUE_APP_TITLE = 华西海圻实验室电子记录系统 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index bb1ed9a..1e483e5 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻ELN V1.0 +VUE_APP_TITLE = 华西海圻实验室电子记录系统 # 生产环境配置 ENV = 'production'