From 0b63d86a706230e39ef3528a076ed3ff103dc7c9 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 9 Oct 2024 14:19:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9BaseUrl=E9=9D=9E?= =?UTF-8?q?=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application-overview/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/views/application-overview/index.vue b/ui/src/views/application-overview/index.vue index 50ba634ae..ed576232a 100644 --- a/ui/src/views/application-overview/index.vue +++ b/ui/src/views/application-overview/index.vue @@ -111,9 +111,9 @@ Base URL: - - {{ baseUrl + id }} - + {{ + baseUrl + id + }}