update pay ui

This commit is contained in:
2025-12-09 17:15:22 +08:00
parent 205fd880f8
commit d9daaeed19

2
app.py
View File

@@ -12649,7 +12649,7 @@ def get_hotspot_overview():
concept_ids = list(set(a['concept_id'] for a in alerts))
try:
from elasticsearch import Elasticsearch
es_client = Elasticsearch(['http://127.0.0.1:9200'])
es_client = Elasticsearch(["http://222.128.1.157:19200"])
es_result = es_client.mget(
index='concept_library_v3',
body={'ids': concept_ids},