diff --git a/.env.development b/.env.development index 87f94ad..ebe58db 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 9f86b06..b1df34c 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 实验室管理系统 +VITE_APP_TITLE = 实验室信息管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.env.staging b/.env.staging index 921df52..d8cbb17 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 实验室管理系统 +VITE_APP_TITLE = 实验室信息管理系统 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/index.html b/index.html index 22fe2b7..683f45d 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 实验室检验系统 + 实验室信息管理系统