From 2292939880cb6c922e6d93b1814435c32a65ad3e Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 13 May 2025 15:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98=E5=92=8C?= =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- index.html | 2 +- src/views/login.vue | 2 +- vite.config.js | 6 ++++++ 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 30b04cc..87f94ad 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 工具管理系统 +VITE_APP_TITLE = 实验室管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index aa0ac78..9f86b06 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 工具管理系统 +VITE_APP_TITLE = 实验室管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/index.html b/index.html index 5d90319..46161a4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 工具管理系统 + 实验室检验系统