From a329c967042210f1429d146d3fe96dbacb5034c6 Mon Sep 17 00:00:00 2001 From: wyuu Date: Fri, 7 Aug 2026 10:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=A0=87=E9=A2=98=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- index.html | 2 +- package.json | 2 +- src/permission.js | 6 +++- src/store/modules/settings.js | 8 ++--- src/utils/dynamicTitle.js | 7 ++-- src/views/login.vue | 13 ++++++-- src/views/register.vue | 61 ++++++++++++----------------------- 10 files changed, 47 insertions(+), 58 deletions(-) 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 @@ - 实验室检验系统 + 实验室信息管理系统