From 4e26581af65b74eb2cd243c19b0c7d931bb08ac2 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Fri, 15 Aug 2025 21:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=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 +- index.html | 2 +- src/layout/components/Sidebar/Logo.vue | 2 +- src/store/modules/notice.ts | 3 ++- src/views/login.vue | 2 +- src/views/register.vue | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index d56a5f3..c65480a 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 e1eaa1a..971cd52 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 24c61a2..ccef05b 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - 新能源项目管理平台 + 煤科建管平台