From cb534f8d55a12bcc6de956551cc789a1faac9e22 Mon Sep 17 00:00:00 2001 From: lau <1807121535@qq.com> Date: Sun, 28 Sep 2025 11:08:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20=E5=B0=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=A0=87=E9=A2=98=E9=83=BD=E4=BB=8E=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 1 + index.html | 2 +- src/layout/components/Sidebar/Logo.vue | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 14e1335..6d9460b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_LOGO_TITLE = RuoYi-Vue-Plus # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1109bc6..445008c 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_LOGO_TITLE = RuoYi-Vue-Plus # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/index.html b/index.html index aa1c86d..f0742ca 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - RuoYi-Vue-Plus多租户管理系统 + %VITE_APP_TITLE%