From 2e009841cab2a22be9bea4833b197446da4643b7 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sat, 09 Aug 2025 15:18:29 +0800
Subject: [PATCH] 自动识别json对象白名单配置范围缩小

---
 ruoyi-ui/src/layout/components/Sidebar/Logo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue
index c8401c5..584a5b7 100644
--- a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue
+++ b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue
@@ -27,7 +27,7 @@
   },
   computed: {
     variables() {
-      return variables;
+      return variables
     },
     sideTheme() {
       return this.$store.state.settings.sideTheme
@@ -35,7 +35,7 @@
   },
   data() {
     return {
-      title: '若依管理系统',
+      title: process.env.VUE_APP_TITLE,
       logo: logoImg
     }
   }

--
Gitblit v1.9.3