From 263d6209f416c2bbff95ca3a9d7851ee3ebfcfe9 Mon Sep 17 00:00:00 2001 From: qianming Date: Thu, 21 Dec 2023 16:38:06 +0800 Subject: [PATCH] fix--route --- report-ui/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js index 0c534845..f2ffc544 100644 --- a/report-ui/src/router/index.js +++ b/report-ui/src/router/index.js @@ -255,7 +255,7 @@ export const constantRouterMap = [ }, { path: '/bigscreen/designer', - component: () => import('@/views/bigsSreenDesigner/designer'), + component: () => import('@/views/bigScreenDesigner/designer'), hidden: true, meta: { requireAuth: true