zlisen 3 years ago
parent
commit
f6519719c3
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      config/routes.js

+ 3
- 3
config/routes.js View File

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