From 4fbff7c597220fc896f9737257c20a4f8523e020 Mon Sep 17 00:00:00 2001 From: Austin <1344583166@qq.com> Date: Thu, 7 Nov 2024 11:32:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E5=8D=95=E6=8D=AE=E5=85=8B?= =?UTF-8?q?=E9=9A=86=E8=B7=B3=E8=BD=AC=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20#7795?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/tickets/common/components/TicketClone.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbm-ui/frontend/src/views/tickets/common/components/TicketClone.vue b/dbm-ui/frontend/src/views/tickets/common/components/TicketClone.vue index 886adb8745..f80fe8d7d1 100644 --- a/dbm-ui/frontend/src/views/tickets/common/components/TicketClone.vue +++ b/dbm-ui/frontend/src/views/tickets/common/components/TicketClone.vue @@ -173,7 +173,7 @@ ticketType: props.data.ticket_type, }, }); - window.open(href.replace(/^\/(\d+)/, `${props.data.bk_biz_id}`)); + window.open(href.replace(/^\/(\d+)/, `/${props.data.bk_biz_id}`)); } };