From 88360b4ac6f051f62a91e93d602fd393935071ab Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期一, 16 十二月 2024 17:26:11 +0800
Subject: [PATCH] sync data

---
 main.py |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/main.py b/main.py
index d3bac9a..21dad54 100644
--- a/main.py
+++ b/main.py
@@ -22,7 +22,7 @@
 from app.api.user import user_router
 from app.api.group import group_router
 from app.api.role import role_router
-from app.task.fetch_agent import sync_agents, initialize_agents
+from app.task.fetch_agent import sync_agents, initialize_agents, sync_agents_v2
 from app.init_config.init_run_data import sync_default_data
 
 
@@ -34,6 +34,8 @@
     # 鍦ㄥ簲鐢ㄥ惎鍔ㄦ椂鍚屾浠g悊
     sync_agents()
     await sync_default_data()
+
+    sync_agents_v2()
     yield
     # 鍦ㄥ簲鐢ㄥ叧闂椂鎵ц娓呯悊鎿嶄綔锛堝鏋滈渶瑕侊級
     pass
@@ -47,13 +49,13 @@
 )
 
 # 璁剧疆 CORS 涓棿浠�
-app.add_middleware(
-    CORSMiddleware,
-    allow_origins=["*"],  # 鍏佽鎵�鏈夊煙鍚嶈法鍩熻闂�
-    allow_credentials=True,
-    allow_methods=["*"],  # 鍏佽鎵�鏈夋柟娉�
-    allow_headers=["*"],  # 鍏佽鎵�鏈夊ご閮�
-)
+# app.add_middleware(
+#     CORSMiddleware,
+#     allow_origins=["http://192.168.20.119:9303", "http://192.168.20.119:9301", "http://smartai.com:8293","http://localhost:9303",  "http://127.0.0.1:9303","http://localhost:5173","http://192.168.20.158:5173"],
+#     allow_credentials=True,
+#     allow_methods=["*"],  # 鍏佽鎵�鏈夋柟娉�
+#     allow_headers=["*"],  # 鍏佽鎵�鏈夊ご閮�
+# )
 # 鍒涘缓璋冨害鍣�
 # scheduler = BackgroundScheduler()
 # scheduler.add_job(sync_resource, 'interval', minutes=1, id="sync_resource_data")

--
Gitblit v1.8.0