From 94147b24cc7d82462f4eb24a1de2e5d361f69523 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 23 Jul 2026 10:45:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20sect=5F*.ui=E5=8E=BBentire=5Furl?= =?UTF-8?q?=E6=94=B9=E7=94=A8=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84(?= =?UTF-8?q?=E5=AD=90=E9=A1=B5=E9=9D=A2entire=5Furl=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=94=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/sect_currency.ui | 2 +- wwwroot/sect_model_perf.ui | 2 +- wwwroot/sect_provider_roi.ui | 2 +- wwwroot/sect_top_models.ui | 2 +- wwwroot/sect_top_providers.ui | 2 +- wwwroot/sect_top_users.ui | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wwwroot/sect_currency.ui b/wwwroot/sect_currency.ui index c824356..4ca2b3f 100644 --- a/wwwroot/sect_currency.ui +++ b/wwwroot/sect_currency.ui @@ -2,7 +2,7 @@ "widgettype": "ChartPie", "options": { "height": "200px", - "data_url": "{{entire_url('api/currency_stats.dspy')}}", + "data_url": "/sage_datamart/api/currency_stats.dspy", "nameField": "currency", "valueFields": ["call_count"] } diff --git a/wwwroot/sect_model_perf.ui b/wwwroot/sect_model_perf.ui index e9df701..d5f7793 100644 --- a/wwwroot/sect_model_perf.ui +++ b/wwwroot/sect_model_perf.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/model_perf.dspy')}}", + "data_url": "/sage_datamart/api/model_perf.dspy", "nameField": "model", "valueFields": ["avg_latency_ms"] } diff --git a/wwwroot/sect_provider_roi.ui b/wwwroot/sect_provider_roi.ui index 0842e6b..fc3dba1 100644 --- a/wwwroot/sect_provider_roi.ui +++ b/wwwroot/sect_provider_roi.ui @@ -2,7 +2,7 @@ "widgettype": "ChartScatter", "options": { "height": "240px", - "data_url": "{{entire_url('api/provider_roi.dspy')}}", + "data_url": "/sage_datamart/api/provider_roi.dspy", "nameField": "model", "valueFields": ["unit_price", "avg_ttft_ms", "total_calls"] } diff --git a/wwwroot/sect_top_models.ui b/wwwroot/sect_top_models.ui index 43366f6..d147bf1 100644 --- a/wwwroot/sect_top_models.ui +++ b/wwwroot/sect_top_models.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/top_models.dspy')}}", + "data_url": "/sage_datamart/api/top_models.dspy", "nameField": "model_name", "valueFields": ["cnt"] } diff --git a/wwwroot/sect_top_providers.ui b/wwwroot/sect_top_providers.ui index 8e3e720..f9c1092 100644 --- a/wwwroot/sect_top_providers.ui +++ b/wwwroot/sect_top_providers.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/top_providers.dspy')}}", + "data_url": "/sage_datamart/api/top_providers.dspy", "nameField": "provider_name", "valueFields": ["total_amount"] } diff --git a/wwwroot/sect_top_users.ui b/wwwroot/sect_top_users.ui index 000571f..ec27162 100644 --- a/wwwroot/sect_top_users.ui +++ b/wwwroot/sect_top_users.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/top_users.dspy')}}", + "data_url": "/sage_datamart/api/top_users.dspy", "nameField": "user_name", "valueFields": ["total_amount"] }