wanghan 6 月之前
父节点
当前提交
3f01a9de0f
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 1 0
      TeamAAS-VM/Core/Management.cs
  2. 5 1
      TeamAAS-VM/Models/DeviceInfo.cs

+ 1 - 0
TeamAAS-VM/Core/Management.cs

@@ -3319,6 +3319,7 @@ namespace TeamAAS_VP.Core
         }
 
         #endregion
+
         #endregion
     }
 }

+ 5 - 1
TeamAAS-VM/Models/DeviceInfo.cs

@@ -117,6 +117,8 @@ namespace TeamAAS_VP.Models
             F = string.Empty;
             comp = string.Empty;
             MesUrl = string.Empty;
+            LogUrl = string.Empty;
+            ApiKey = string.Empty;
             EnableMES = false;
         }
 
@@ -137,7 +139,9 @@ namespace TeamAAS_VP.Models
                 SaveCsv = this.SaveCsv,
                 SaveCsvPath = this.SaveCsvPath,
                 //EnableDoubleMes = this.EnableDoubleMes,
-                DataInfo = this.DataInfo.Copy()
+                DataInfo = this.DataInfo.Copy(),
+                LogUrl = this.LogUrl,
+                ApiKey = this.ApiKey,
             };
         }
     }