|
@@ -36,30 +36,6 @@ export default [
|
36
|
36
|
// name: '首页',
|
37
|
37
|
// component: './Welcome',
|
38
|
38
|
// },
|
39
|
|
- {
|
40
|
|
- path: '/indexEcharts',
|
41
|
|
- name: '图表管理',
|
42
|
|
- component: '../layouts/BlankLayout',
|
43
|
|
- hideInMenu: true,
|
44
|
|
- routes: [
|
45
|
|
- {
|
46
|
|
- path: '/indexEcharts/userSource',
|
47
|
|
- name: '用户来源',
|
48
|
|
- component: './indexEcharts/userSource',
|
49
|
|
- },
|
50
|
|
- {
|
51
|
|
- path: '/indexEcharts/newUsers',
|
52
|
|
- name: '新增用户',
|
53
|
|
- component: './indexEcharts/newUsers',
|
54
|
|
- },
|
55
|
|
-
|
56
|
|
- {
|
57
|
|
- path: '/indexEcharts/userBehavior',
|
58
|
|
- name: '用户行为',
|
59
|
|
- component: './indexEcharts/userBehavior',
|
60
|
|
- },
|
61
|
|
- ],
|
62
|
|
- },
|
63
|
39
|
{
|
64
|
40
|
path: '/building',
|
65
|
41
|
name: '项目管理',
|
|
@@ -561,14 +537,47 @@ export default [
|
561
|
537
|
component: '../layouts/BlankLayout',
|
562
|
538
|
routes: [
|
563
|
539
|
{
|
564
|
|
- path: '/statistical/building/index',
|
565
|
|
- name: '项目统计',
|
566
|
|
- component: './statistical/building/index',
|
|
540
|
+ path: '/statistical',
|
|
541
|
+ redirect: '/statistical/monitor',
|
|
542
|
+ },
|
|
543
|
+ {
|
|
544
|
+ path: '/statistical/monitor',
|
|
545
|
+ name: '数据报表',
|
|
546
|
+ component: './Monitor',
|
567
|
547
|
},
|
568
|
548
|
{
|
569
|
|
- path: '/statistical/activity/index',
|
|
549
|
+ path: '/statistical/activity',
|
570
|
550
|
name: '活动统计',
|
571
|
|
- component: './statistical/activity/index'
|
|
551
|
+ component: './statistical/activity'
|
|
552
|
+ },
|
|
553
|
+ {
|
|
554
|
+ path: '/statistical/building',
|
|
555
|
+ name: '项目统计',
|
|
556
|
+ component: './statistical/building',
|
|
557
|
+ },
|
|
558
|
+ {
|
|
559
|
+ path: '/statistical/consultant',
|
|
560
|
+ name: '置业顾问KPI',
|
|
561
|
+ component: './statistical/consultant',
|
|
562
|
+ },
|
|
563
|
+
|
|
564
|
+ {
|
|
565
|
+ path: '/statistical/userSource',
|
|
566
|
+ name: '用户来源',
|
|
567
|
+ component: './indexEcharts/userSource',
|
|
568
|
+ hideInMenu: true,
|
|
569
|
+ },
|
|
570
|
+ {
|
|
571
|
+ path: '/statistical/newUsers',
|
|
572
|
+ name: '新增用户',
|
|
573
|
+ component: './indexEcharts/newUsers',
|
|
574
|
+ hideInMenu: true,
|
|
575
|
+ },
|
|
576
|
+ {
|
|
577
|
+ path: '/statistical/userBehavior',
|
|
578
|
+ name: '用户行为',
|
|
579
|
+ component: './indexEcharts/userBehavior',
|
|
580
|
+ hideInMenu: true,
|
572
|
581
|
},
|
573
|
582
|
{
|
574
|
583
|
path: '/statistical/building/detail',
|
|
@@ -576,11 +585,6 @@ export default [
|
576
|
585
|
component: './statistical/building/detail',
|
577
|
586
|
hideInMenu: true,
|
578
|
587
|
},
|
579
|
|
- {
|
580
|
|
- path: '/statistical/consultant/index',
|
581
|
|
- name: '置业顾问KPI',
|
582
|
|
- component: './statistical/consultant/index',
|
583
|
|
- },
|
584
|
588
|
{
|
585
|
589
|
path: '/statistical/consultant/table',
|
586
|
590
|
name: '拓客统计',
|