From 497caf973db9a0ce78bb9ea3949507727bc78b2d Mon Sep 17 00:00:00 2001 From: qianming Date: Thu, 21 Dec 2023 16:21:46 +0800 Subject: [PATCH] fix--route --- report-ui/src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js index b8b9ff9d..3e5f0ef6 100644 --- a/report-ui/src/router/index.js +++ b/report-ui/src/router/index.js @@ -32,7 +32,7 @@ export const constantRouterMap = [ }, { path: '/aj/**', - component: () => import('@/views/bigScreenDesigner/share/shareLink'), + component: () => import('@/views/bigscreenDesigner/share/shareLink'), hidden: true }, { @@ -160,7 +160,7 @@ export const constantRouterMap = [ { path: 'bigscreen', name: 'bigscreen', - component: () => import('@/views/bigScreenDesigner/index'), + component: () => import('@/views/bigscreenDesigner/index'), meta: { title: '大屏报表', icon: 'iconchufaqipeizhi-hui',