From 53e7d03a1c948025065e25c4fa27eddcb6ec8ceb Mon Sep 17 00:00:00 2001 From: Lau Date: Sun, 28 Sep 2025 03:27:45 +0000 Subject: [PATCH] =?UTF-8?q?!245=20update=20=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E9=A2=98=E9=83=BD=E4=BB=8E=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E8=8E=B7=E5=8F=96=20*=20update=20=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E5=91=BD=E5=90=8D=20*=20up?= =?UTF-8?q?date=20=E5=B0=86=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E9=83=BD=E4=BB=8E=E9=85=8D=E7=BD=AE=E9=A1=B9=E8=8E=B7?= =?UTF-8?q?=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..3737274 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1109bc6..883c8f1 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_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%