From 844dfb5ac1ec846b9c4543c0c5820d33fc352720 Mon Sep 17 00:00:00 2001 From: Bai Date: Wed, 28 Apr 2021 16:25:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=8E=B7=E5=8F=96=E5=91=BD=E4=BB=A4=E5=A4=8D?= =?UTF-8?q?=E6=A0=B8=E5=8A=9F=E8=83=BD=E8=AF=A6=E6=83=85=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/userPage.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/router/userPage.js b/src/router/userPage.js index 0d5e1137f..68066bb36 100644 --- a/src/router/userPage.js +++ b/src/router/userPage.js @@ -124,6 +124,13 @@ export default [ meta: { title: i18n.t('route.TicketDetail'), activeMenu: '/tickets/tickets', permissions: [rolec.PERM_USE] }, hidden: true }, + { + path: 'tickets/command-confirm/:id', + name: 'CommandConfirmDetail', + component: () => import('@/views/tickets/CommandConfirm/Detail/index'), + meta: { title: i18n.t('route.CommandConfirm'), activeMenu: '/tickets/tickets', permissions: [rolec.PERM_USE] }, + hidden: true + }, { path: 'tickets/:id', name: 'TicketDetail',