From 93a5feabdced58b2edd2aa99fe9b5f99b50427ac Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Tue, 7 Jul 2026 09:23:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=92=8C=E9=A1=B5=E9=9D=A2=E7=9A=84favicon.ico=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/layout/components/Sidebar/Logo.vue | 26 +++++++------------------- src/main.ts | 22 ++++++++++++++++++++++ src/store/modules/settings.ts | 14 +++++++++++++- src/utils/dynamicTitle.ts | 7 +++++-- 5 files changed, 48 insertions(+), 23 deletions(-) diff --git a/.env.production b/.env.production index 7e89221..5cd37c6 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 可视化电子围栏管理系统 +VITE_APP_TITLE = 可视化电子围栏管理系统11111 VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus # 生产环境配置 diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 5069b27..2f61eb2 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -2,11 +2,11 @@