From 67f74c1d68ccbb69eb8436e70018357533ef9c0a Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 16 五月 2025 17:32:27 +0800
Subject: [PATCH] ERP同步功能部分完善,测试逻辑优化

---
 AppStart/Settings.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/AppStart/Settings.cs b/AppStart/Settings.cs
index 2b8a254..9f0a7ad 100644
--- a/AppStart/Settings.cs
+++ b/AppStart/Settings.cs
@@ -19,12 +19,18 @@
         /// </summary>
         public static Dictionary<string, List<string>> AreaMap { get; set; } = new Dictionary<string, List<string>>();
 
+        //public static Snap Snap { get; set; }
+        public static string CaptureUrl { get; set; }
+
         public static void Init() {
             // 鍔犺浇閰嶇疆鏂囦欢
             LoadJson();
 
             // 閽堝 Areas 杩涜杞崲锛氬皢 Config 鐨�List 鍔犺浇鍒�Dict 涓�             LoadAreas();
+
+            //Snap = Config.Snap[0]; // 鐩墠鏈」鐩彧鏈変竴涓浉鏈�+            CaptureUrl = Config.CaptureUrl; // 淇濆瓨鍥剧墖鐨勬牴鐩綍
         }
 
         private static void LoadJson() {

--
Gitblit v1.9.1