From 71d1b4a4b03de841f76624a2468a72ac6615d683 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 07 九月 2023 09:42:57 +0800
Subject: [PATCH] 正式服务器

---
 HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs b/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs
index 6706f8e..34599ea 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs
@@ -572,6 +572,7 @@
                             btnSwitch.IsSelected = !btnSwitch.IsSelected;
                         });
                     }
+                   
                     function.trait_on_off.curValue = btnSwitch.IsSelected ? "on" : "off";
                     Dictionary<string, string> d = new Dictionary<string, string>();
                     if (function.spk == SPK.LightDimming || function.spk == SPK.LightRGB)

--
Gitblit v1.8.0