From 071fc7d6efce41b7b030068fca102d370a12efbe Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 23 Feb 2025 15:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E8=B0=83=E6=95=B4=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=99=A8=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=B9=B6=E6=B7=BB=E5=8A=A0API=20Base=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/PlatformPage.vue | 2 +- dashboard/src/views/ProviderPage.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/PlatformPage.vue b/dashboard/src/views/PlatformPage.vue index 78c47cf4d..3e1e8d20b 100644 --- a/dashboard/src/views/PlatformPage.vue +++ b/dashboard/src/views/PlatformPage.vue @@ -32,7 +32,7 @@ 适配器类型: - {{ platform.type }} + {{ platform.type }} diff --git a/dashboard/src/views/ProviderPage.vue b/dashboard/src/views/ProviderPage.vue index 423666adb..17cd6ef38 100644 --- a/dashboard/src/views/ProviderPage.vue +++ b/dashboard/src/views/ProviderPage.vue @@ -30,7 +30,10 @@ - 适配器类型: {{ provider.type }} + 适配器类型: {{ provider.type }} + + + API Base: {{ provider?.api_base }}