From 96ef90a216b00cc999baf36cce1a2795fb4381c4 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 15 Jun 2022 20:14:27 +0800 Subject: [PATCH] =?UTF-8?q?eslint=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/router/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/router/index.js b/front/src/router/index.js index f3329d04..4574c207 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -380,7 +380,8 @@ export const constantRoutes = [ { path: '/AssignCaseDetailPage', name: 'AssignCaseDetailPage', - component: () => import('@/views/assignCase/components/AssignCaseDetailPage'), + component: () => + import('@/views/assignCase/components/AssignCaseDetailPage'), meta: { title: '赋能案例详情', icon: 'error-warning-line',