From bd68f0a389e4e47b108749afea26a4eb5418e31b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 09 六月 2022 11:07:04 +0800 Subject: [PATCH] 平台迁移功能,手动升级功能 --- Crabtree/SmartHome/UI/SimpleControl/MainPage.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/MainPage.cs b/Crabtree/SmartHome/UI/SimpleControl/MainPage.cs index 30c2c46..24566ae 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/MainPage.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/MainPage.cs @@ -39,7 +39,11 @@ //public static Button LogoButton = new Button (); - public static string CodeIDString = "20220112"; + public static string CodeIDString = "20220609"; + /// <summary> + /// 缃戝叧鐘舵�� + /// </summary> + public static string GatewayStatus = ""; public static UserInfo LoginUser; -- Gitblit v1.8.0