Browse Source

Revert "fix--route"

This reverts commit 497caf973db9a0ce78bb9ea3949507727bc78b2d.
qianming 1 year ago
parent
commit
f079980591
1 changed files with 2 additions and 2 deletions
  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/**',
     path: '/aj/**',
-    component: () => import('@/views/bigscreenDesigner/share/shareLink'),
+    component: () => import('@/views/bigScreenDesigner/share/shareLink'),
     hidden: true
     hidden: true
   },
   },
   {
   {
@@ -160,7 +160,7 @@ export const constantRouterMap = [
       {
       {
         path: 'bigscreen',
         path: 'bigscreen',
         name: 'bigscreen',
         name: 'bigscreen',
-        component: () => import('@/views/bigscreenDesigner/index'),
+        component: () => import('@/views/bigScreenDesigner/index'),
         meta: {
         meta: {
           title: '大屏报表',
           title: '大屏报表',
           icon: 'iconchufaqipeizhi-hui',
           icon: 'iconchufaqipeizhi-hui',