1
wei
2021-03-24 c4b73204e8875dbb27ff0f26959ae69497ab4b5b
HDL_ON/Common/ApiUtlis.cs
@@ -185,6 +185,7 @@
                        //处理剩下的新增功能
                        foreach (var newFunction in deviceList.list) 
                        {
                            MainPage.Log(newFunction.savePath);
                            newFunction.SaveFunctionFile();
                            FunctionList.List.IniFunctionList(newFunction.savePath);
                        }