From ce890b90998df6a2a55c7e8efcefebb335972517 Mon Sep 17 00:00:00 2001 From: Lufaneng Date: Mon, 26 Jan 2026 09:44:17 +0800 Subject: [PATCH] 1 --- src/App.vue | 6 ++++++ src/views/Menu/index.vue | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ff9f8ca..828817e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,12 +11,18 @@ diff --git a/src/views/Menu/index.vue b/src/views/Menu/index.vue index fe9170a..5716058 100644 --- a/src/views/Menu/index.vue +++ b/src/views/Menu/index.vue @@ -10,7 +10,7 @@
-

智能中控装置

+

{{ SysBasicTgkTitle }}

@@ -99,6 +99,7 @@ const handleCardClick = (key) => { } } } +const SysBasicTgkTitle = localStorage.getItem('SysBasicTgkTitle') || '智能中控装置' let timeInterval = null