zlisen 3 年前
父节点
当前提交
f6519719c3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      config/routes.js

+ 3
- 3
config/routes.js 查看文件

606
             path: '/statistics',
606
             path: '/statistics',
607
             name: '数据统计',
607
             name: '数据统计',
608
             component: '../layouts/BlankLayout',
608
             component: '../layouts/BlankLayout',
609
-            menuCode: '/building',
609
+            menuCode: '/statistics',
610
             // hideInMenu: true,
610
             // hideInMenu: true,
611
             routes: [
611
             routes: [
612
               {
612
               {
613
                 path: '/statistics/dataReport',
613
                 path: '/statistics/dataReport',
614
                 name: '数据报表',
614
                 name: '数据报表',
615
                 component: './statistics/dataReport',
615
                 component: './statistics/dataReport',
616
-                menuCode: '/statistics/dataRepor',
616
+                menuCode: '/statistics/dataReport',
617
               },
617
               },
618
               {
618
               {
619
                 path: '/statistics/dataReport/newAdd',
619
                 path: '/statistics/dataReport/newAdd',
620
                 name: '新增用户',
620
                 name: '新增用户',
621
                 hideInMenu: true,
621
                 hideInMenu: true,
622
                 component: './statistics/dataReport/newAdd',
622
                 component: './statistics/dataReport/newAdd',
623
-                menuCode: '/statistics/dataRepor',
623
+                menuCode: '/statistics/dataReport',
624
               },
624
               },
625
               {
625
               {
626
                 path: '/statistics/activity',
626
                 path: '/statistics/activity',