소스 검색

fix--route

qianming 1 년 전
부모
커밋
497caf973d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      report-ui/src/router/index.js

+ 2 - 2
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',