From bdb38362ff660afe893911ee655c81b52d082e4d Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Mon, 15 Nov 2021 11:12:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=A4=8D=E5=90=88=E8=B7=AF=E7=94=B1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tickets/TicketDetail/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/tickets/TicketDetail/index.vue b/src/views/tickets/TicketDetail/index.vue index d1924ae7b..1fb9a980f 100644 --- a/src/views/tickets/TicketDetail/index.vue +++ b/src/views/tickets/TicketDetail/index.vue @@ -52,7 +52,8 @@ export default { 'apply_asset': 'AssetsTicketDetail', 'apply_application': 'AppsTicketDetail', 'login_confirm': 'LoginAssetTicketDetail', - 'login_asset_confirm': 'CommandConfirmDetail' + 'login_asset_confirm': 'LoginAssetTicketDetail', + 'command_confirm': 'CommandConfirmDetail' } const routeName = ticketRouteMapper[ticket.type] setTimeout(() => {