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 }}