From 1ec6794e808b9627276255ca3846326c9316034a Mon Sep 17 00:00:00 2001 From: gxc <gxc@hdlchina.com.cn> Date: 星期三, 11 十二月 2019 16:36:53 +0800 Subject: [PATCH] 2019.12.11-2 --- ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs old mode 100755 new mode 100644 index 1ae04c4..e8c0307 --- a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs @@ -120,6 +120,11 @@ } /// <summary> + /// 鐧诲綍鏃禩oken + /// </summary> + public string LoginToken = string.Empty; + + /// <summary> /// 鐧诲綍杩囩殑甯愬彿淇℃伅 /// </summary> public List<string> AccountList = new List<string> { }; -- Gitblit v1.8.0