|
@@ -65,53 +65,53 @@ export default [
|
65
|
65
|
// },
|
66
|
66
|
// ],
|
67
|
67
|
// },
|
68
|
|
- {
|
69
|
|
- path: '/customer',
|
70
|
|
- name: '客户管理',
|
71
|
|
- component: '../layouts/BlankLayout',
|
72
|
|
- routes: [
|
73
|
|
- {
|
74
|
|
- path: '/customer/customerlist/list',
|
75
|
|
- name: '客户列表',
|
76
|
|
- component: './customer/customerlist/index',
|
77
|
|
- },
|
78
|
|
- {
|
79
|
|
- path: '/customer/customerlist/customerDetail',
|
80
|
|
- name: '私客详情',
|
81
|
|
- hideInMenu: true,
|
82
|
|
- component: './customer/customerlist/customerDetail',
|
83
|
|
- },
|
84
|
|
- {
|
85
|
|
- path: '/customer/drift/list',
|
86
|
|
- name: '游客列表',
|
87
|
|
- component: './customer/drift/index',
|
88
|
|
- },
|
89
|
|
- {
|
90
|
|
- path: '/customer/customerlist/publicCustomerDetail',
|
91
|
|
- name: '公客详情',
|
92
|
|
- hideInMenu: true,
|
93
|
|
- component: './customer/customerlist/publicCustomerDetail',
|
94
|
|
- },
|
95
|
|
- ],
|
96
|
|
- },
|
97
|
|
- {
|
98
|
|
- path: '/recommend',
|
99
|
|
- name: '推荐客户',
|
100
|
|
- component: '../layouts/BlankLayout',
|
101
|
|
- routes: [
|
102
|
|
- {
|
103
|
|
- path: '/recommend/recommendCustomer/list',
|
104
|
|
- name: '推荐记录',
|
105
|
|
- component: './recommend/recommendCustomer/index',
|
106
|
|
- },
|
107
|
|
- {
|
108
|
|
- path: '/recommend/recommendCustomer/audit',
|
109
|
|
- name: '客户审核',
|
110
|
|
- hideInMenu: true,
|
111
|
|
- component: './recommend/recommendCustomer/audit',
|
112
|
|
- },
|
113
|
|
- ],
|
114
|
|
- },
|
|
68
|
+ // {
|
|
69
|
+ // path: '/customer',
|
|
70
|
+ // name: '客户管理',
|
|
71
|
+ // component: '../layouts/BlankLayout',
|
|
72
|
+ // routes: [
|
|
73
|
+ // {
|
|
74
|
+ // path: '/customer/customerlist/list',
|
|
75
|
+ // name: '客户列表',
|
|
76
|
+ // component: './customer/customerlist/index',
|
|
77
|
+ // },
|
|
78
|
+ // {
|
|
79
|
+ // path: '/customer/customerlist/customerDetail',
|
|
80
|
+ // name: '私客详情',
|
|
81
|
+ // hideInMenu: true,
|
|
82
|
+ // component: './customer/customerlist/customerDetail',
|
|
83
|
+ // },
|
|
84
|
+ // {
|
|
85
|
+ // path: '/customer/drift/list',
|
|
86
|
+ // name: '游客列表',
|
|
87
|
+ // component: './customer/drift/index',
|
|
88
|
+ // },
|
|
89
|
+ // {
|
|
90
|
+ // path: '/customer/customerlist/publicCustomerDetail',
|
|
91
|
+ // name: '公客详情',
|
|
92
|
+ // hideInMenu: true,
|
|
93
|
+ // component: './customer/customerlist/publicCustomerDetail',
|
|
94
|
+ // },
|
|
95
|
+ // ],
|
|
96
|
+ // },
|
|
97
|
+ // {
|
|
98
|
+ // path: '/recommend',
|
|
99
|
+ // name: '推荐客户',
|
|
100
|
+ // component: '../layouts/BlankLayout',
|
|
101
|
+ // routes: [
|
|
102
|
+ // {
|
|
103
|
+ // path: '/recommend/recommendCustomer/list',
|
|
104
|
+ // name: '推荐记录',
|
|
105
|
+ // component: './recommend/recommendCustomer/index',
|
|
106
|
+ // },
|
|
107
|
+ // {
|
|
108
|
+ // path: '/recommend/recommendCustomer/audit',
|
|
109
|
+ // name: '客户审核',
|
|
110
|
+ // hideInMenu: true,
|
|
111
|
+ // component: './recommend/recommendCustomer/audit',
|
|
112
|
+ // },
|
|
113
|
+ // ],
|
|
114
|
+ // },
|
115
|
115
|
{
|
116
|
116
|
path: '/integralMall',
|
117
|
117
|
name: '积分商城',
|
|
@@ -157,40 +157,40 @@ export default [
|
157
|
157
|
},
|
158
|
158
|
],
|
159
|
159
|
},
|
160
|
|
- {
|
161
|
|
- path: '/shop',
|
162
|
|
- name: '商户管理',
|
163
|
|
- component: '../layouts/BlankLayout',
|
164
|
|
- routes: [
|
165
|
|
- {
|
166
|
|
- path: '/shop/banner',
|
167
|
|
- name: '联盟商城banner',
|
168
|
|
- component: './shop/banner',
|
169
|
|
- },
|
170
|
|
- {
|
171
|
|
- path: '/shop/type',
|
172
|
|
- name: '分类列表',
|
173
|
|
- component: './shop/type/index',
|
174
|
|
- },
|
175
|
|
- {
|
176
|
|
- path: '/shop/type/detail',
|
177
|
|
- name: '分类详情',
|
178
|
|
- hideInMenu: true,
|
179
|
|
- component: './shop/type/detail',
|
180
|
|
- },
|
181
|
|
- {
|
182
|
|
- path: '/shop/list',
|
183
|
|
- name: '商户列表',
|
184
|
|
- component: './shop/index',
|
185
|
|
- },
|
186
|
|
- {
|
187
|
|
- path: '/shop/detail',
|
188
|
|
- name: '商户详情',
|
189
|
|
- hideInMenu: true,
|
190
|
|
- component: './shop/detail',
|
191
|
|
- },
|
192
|
|
- ]
|
193
|
|
- },
|
|
160
|
+ // {
|
|
161
|
+ // path: '/shop',
|
|
162
|
+ // name: '商户管理',
|
|
163
|
+ // component: '../layouts/BlankLayout',
|
|
164
|
+ // routes: [
|
|
165
|
+ // {
|
|
166
|
+ // path: '/shop/banner',
|
|
167
|
+ // name: '联盟商城banner',
|
|
168
|
+ // component: './shop/banner',
|
|
169
|
+ // },
|
|
170
|
+ // {
|
|
171
|
+ // path: '/shop/type',
|
|
172
|
+ // name: '分类列表',
|
|
173
|
+ // component: './shop/type/index',
|
|
174
|
+ // },
|
|
175
|
+ // {
|
|
176
|
+ // path: '/shop/type/detail',
|
|
177
|
+ // name: '分类详情',
|
|
178
|
+ // hideInMenu: true,
|
|
179
|
+ // component: './shop/type/detail',
|
|
180
|
+ // },
|
|
181
|
+ // {
|
|
182
|
+ // path: '/shop/list',
|
|
183
|
+ // name: '商户列表',
|
|
184
|
+ // component: './shop/index',
|
|
185
|
+ // },
|
|
186
|
+ // {
|
|
187
|
+ // path: '/shop/detail',
|
|
188
|
+ // name: '商户详情',
|
|
189
|
+ // hideInMenu: true,
|
|
190
|
+ // component: './shop/detail',
|
|
191
|
+ // },
|
|
192
|
+ // ]
|
|
193
|
+ // },
|
194
|
194
|
{
|
195
|
195
|
path: '/channel',
|
196
|
196
|
name: '渠道管理',
|
|
@@ -301,6 +301,17 @@ export default [
|
301
|
301
|
name: '报名活动',
|
302
|
302
|
component: './activity/ActivityList',
|
303
|
303
|
},
|
|
304
|
+ {
|
|
305
|
+ path: '/activity/ActivityTypeList',
|
|
306
|
+ name: '活动类型',
|
|
307
|
+ component: './activity/type/ActivityTypeList',
|
|
308
|
+ },
|
|
309
|
+ {
|
|
310
|
+ path: '/activity/editActivityType',
|
|
311
|
+ name: '编辑活动',
|
|
312
|
+ hideInMenu: true,
|
|
313
|
+ component: './activity/type/editActivityType',
|
|
314
|
+ },
|
304
|
315
|
{
|
305
|
316
|
path: '/activity/editActivity',
|
306
|
317
|
name: '编辑活动',
|
|
@@ -325,11 +336,11 @@ export default [
|
325
|
336
|
hideInMenu: true,
|
326
|
337
|
component: './activity/activityRecord',
|
327
|
338
|
},
|
328
|
|
- {
|
329
|
|
- path: '/activity/helpActivity/list',
|
330
|
|
- name: '助力活动',
|
331
|
|
- component: './activity/helpActivity/list',
|
332
|
|
- },
|
|
339
|
+ // {
|
|
340
|
+ // path: '/activity/helpActivity/list',
|
|
341
|
+ // name: '助力活动',
|
|
342
|
+ // component: './activity/helpActivity/list',
|
|
343
|
+ // },
|
333
|
344
|
{
|
334
|
345
|
path: '/activity/helpActivity/helpRecord',
|
335
|
346
|
name: '助力记录',
|
|
@@ -354,11 +365,11 @@ export default [
|
354
|
365
|
hideInMenu: true,
|
355
|
366
|
component: './activity/helpActivity/helpActivityRecord',
|
356
|
367
|
},
|
357
|
|
- {
|
358
|
|
- path: '/activity/groupActivity/list',
|
359
|
|
- name: '拼团活动',
|
360
|
|
- component: './activity/groupActivity/list',
|
361
|
|
- },
|
|
368
|
+ // {
|
|
369
|
+ // path: '/activity/groupActivity/list',
|
|
370
|
+ // name: '拼团活动',
|
|
371
|
+ // component: './activity/groupActivity/list',
|
|
372
|
+ // },
|
362
|
373
|
{
|
363
|
374
|
path: '/activity/groupActivity/helpRecord',
|
364
|
375
|
name: '拼团记录',
|
|
@@ -383,11 +394,11 @@ export default [
|
383
|
394
|
hideInMenu: true,
|
384
|
395
|
component: './activity/groupActivity/groupActivityRecord',
|
385
|
396
|
},
|
386
|
|
- {
|
387
|
|
- path: '/activity/drainage/DrainageList',
|
388
|
|
- name: 'H5活动',
|
389
|
|
- component: './activity/drainage/DrainageList',
|
390
|
|
- },
|
|
397
|
+ // {
|
|
398
|
+ // path: '/activity/drainage/DrainageList',
|
|
399
|
+ // name: 'H5活动',
|
|
400
|
+ // component: './activity/drainage/DrainageList',
|
|
401
|
+ // },
|
391
|
402
|
{
|
392
|
403
|
path: '/activity/drainage/Detail',
|
393
|
404
|
name: '查看详情',
|
|
@@ -501,33 +512,33 @@ export default [
|
501
|
512
|
hideInMenu: true,
|
502
|
513
|
component: './carouselFigure/editCarousel',
|
503
|
514
|
},
|
504
|
|
- {
|
505
|
|
- path: '/carouselFigure/advertisingList',
|
506
|
|
- name: '开屏广告',
|
507
|
|
- component: './carouselFigure/advertisingList',
|
508
|
|
- },
|
|
515
|
+ // {
|
|
516
|
+ // path: '/carouselFigure/advertisingList',
|
|
517
|
+ // name: '开屏广告',
|
|
518
|
+ // component: './carouselFigure/advertisingList',
|
|
519
|
+ // },
|
509
|
520
|
{
|
510
|
521
|
path: '/carouselFigure/editAdvertising',
|
511
|
522
|
name: '开屏广告编辑',
|
512
|
523
|
hideInMenu: true,
|
513
|
524
|
component: './carouselFigure/editAdvertising',
|
514
|
525
|
},
|
515
|
|
- {
|
516
|
|
- path: '/carouselFigure/propagandaList',
|
517
|
|
- name: '宣传位',
|
518
|
|
- component: './carouselFigure/propagandaList',
|
519
|
|
- },
|
|
526
|
+ // {
|
|
527
|
+ // path: '/carouselFigure/propagandaList',
|
|
528
|
+ // name: '宣传位',
|
|
529
|
+ // component: './carouselFigure/propagandaList',
|
|
530
|
+ // },
|
520
|
531
|
{
|
521
|
532
|
path: '/carouselFigure/propaganda',
|
522
|
533
|
name: '宣传位编辑',
|
523
|
534
|
hideInMenu: true,
|
524
|
535
|
component: './carouselFigure/propaganda',
|
525
|
536
|
},
|
526
|
|
- {
|
527
|
|
- path: '/carouselFigure/customImg/list',
|
528
|
|
- name: '其他',
|
529
|
|
- component: './carouselFigure/customImg/list',
|
530
|
|
- },
|
|
537
|
+ // {
|
|
538
|
+ // path: '/carouselFigure/customImg/list',
|
|
539
|
+ // name: '其他',
|
|
540
|
+ // component: './carouselFigure/customImg/list',
|
|
541
|
+ // },
|
531
|
542
|
{
|
532
|
543
|
path: '/carouselFigure/customImg/edit',
|
533
|
544
|
name: '其他编辑',
|
|
@@ -536,72 +547,72 @@ export default [
|
536
|
547
|
},
|
537
|
548
|
],
|
538
|
549
|
},
|
539
|
|
- {
|
540
|
|
- path: '/system',
|
541
|
|
- name: '系统管理',
|
542
|
|
- component: '../layouts/BlankLayout',
|
543
|
|
- routes: [
|
544
|
|
- {
|
545
|
|
- path: '/system/person-level-setting',
|
546
|
|
- name: '用户等级',
|
547
|
|
- component: './system/personLevelSetting'
|
548
|
|
- },
|
549
|
|
- {
|
550
|
|
- path: '/system/person-level-setting/detail',
|
551
|
|
- name: '等级详情',
|
552
|
|
- component: './system/personLevelSetting/detail',
|
553
|
|
- hideInMenu: true,
|
554
|
|
- },
|
555
|
|
- {
|
556
|
|
- path: '/system/messageList',
|
557
|
|
- name: '客户留言',
|
558
|
|
- component: './system/messageList',
|
559
|
|
- },
|
560
|
|
- {
|
561
|
|
- path: '/system/report',
|
562
|
|
- name: '报表数据',
|
563
|
|
- component: './system/report',
|
564
|
|
- },
|
565
|
|
- {
|
566
|
|
- path: '/system/intention',
|
567
|
|
- name: '意向值',
|
568
|
|
- component: './system/intention',
|
569
|
|
- },
|
570
|
|
- {
|
571
|
|
- path: '/system/housingPolicy',
|
572
|
|
- name: '购房须知',
|
573
|
|
- component: './system/housingPolicy',
|
574
|
|
- },
|
575
|
|
- {
|
576
|
|
- path: '/system/editPolicy',
|
577
|
|
- name: '购房政策编辑',
|
578
|
|
- hideInMenu: true,
|
579
|
|
- component: './system/editPolicy',
|
580
|
|
- },
|
581
|
|
- {
|
582
|
|
- path: '/system/document/list',
|
583
|
|
- name: '客户资料',
|
584
|
|
- component: './system/document/list',
|
585
|
|
- },
|
586
|
|
- {
|
587
|
|
- path: '/system/document/audit',
|
588
|
|
- name: '客户资料审核',
|
589
|
|
- hideInMenu: true,
|
590
|
|
- component: './system/document/audit',
|
591
|
|
- },
|
592
|
|
- // {
|
593
|
|
- // path: '/system/MiniappTheme',
|
594
|
|
- // name: '小程序主题',
|
595
|
|
- // component: './system/MiniappTheme',
|
596
|
|
- // },
|
597
|
|
- // {
|
598
|
|
- // path: '/system/MiniappTheme/Detail',
|
599
|
|
- // name: '小程序主题编辑',
|
600
|
|
- // component: './system/MiniappTheme/Detail',
|
601
|
|
- // hideInMenu: true,
|
602
|
|
- // },
|
603
|
|
- ],
|
604
|
|
- },
|
|
550
|
+ // {
|
|
551
|
+ // path: '/system',
|
|
552
|
+ // name: '系统管理',
|
|
553
|
+ // component: '../layouts/BlankLayout',
|
|
554
|
+ // routes: [
|
|
555
|
+ // {
|
|
556
|
+ // path: '/system/person-level-setting',
|
|
557
|
+ // name: '用户等级',
|
|
558
|
+ // component: './system/personLevelSetting'
|
|
559
|
+ // },
|
|
560
|
+ // {
|
|
561
|
+ // path: '/system/person-level-setting/detail',
|
|
562
|
+ // name: '等级详情',
|
|
563
|
+ // component: './system/personLevelSetting/detail',
|
|
564
|
+ // hideInMenu: true,
|
|
565
|
+ // },
|
|
566
|
+ // {
|
|
567
|
+ // path: '/system/messageList',
|
|
568
|
+ // name: '客户留言',
|
|
569
|
+ // component: './system/messageList',
|
|
570
|
+ // },
|
|
571
|
+ // {
|
|
572
|
+ // path: '/system/report',
|
|
573
|
+ // name: '报表数据',
|
|
574
|
+ // component: './system/report',
|
|
575
|
+ // },
|
|
576
|
+ // {
|
|
577
|
+ // path: '/system/intention',
|
|
578
|
+ // name: '意向值',
|
|
579
|
+ // component: './system/intention',
|
|
580
|
+ // },
|
|
581
|
+ // {
|
|
582
|
+ // path: '/system/housingPolicy',
|
|
583
|
+ // name: '购房须知',
|
|
584
|
+ // component: './system/housingPolicy',
|
|
585
|
+ // },
|
|
586
|
+ // {
|
|
587
|
+ // path: '/system/editPolicy',
|
|
588
|
+ // name: '购房政策编辑',
|
|
589
|
+ // hideInMenu: true,
|
|
590
|
+ // component: './system/editPolicy',
|
|
591
|
+ // },
|
|
592
|
+ // {
|
|
593
|
+ // path: '/system/document/list',
|
|
594
|
+ // name: '客户资料',
|
|
595
|
+ // component: './system/document/list',
|
|
596
|
+ // },
|
|
597
|
+ // {
|
|
598
|
+ // path: '/system/document/audit',
|
|
599
|
+ // name: '客户资料审核',
|
|
600
|
+ // hideInMenu: true,
|
|
601
|
+ // component: './system/document/audit',
|
|
602
|
+ // },
|
|
603
|
+ // // {
|
|
604
|
+ // // path: '/system/MiniappTheme',
|
|
605
|
+ // // name: '小程序主题',
|
|
606
|
+ // // component: './system/MiniappTheme',
|
|
607
|
+ // // },
|
|
608
|
+ // // {
|
|
609
|
+ // // path: '/system/MiniappTheme/Detail',
|
|
610
|
+ // // name: '小程序主题编辑',
|
|
611
|
+ // // component: './system/MiniappTheme/Detail',
|
|
612
|
+ // // hideInMenu: true,
|
|
613
|
+ // // },
|
|
614
|
+ // ],
|
|
615
|
+ // },
|
605
|
616
|
{
|
606
|
617
|
path: '/record',
|
607
|
618
|
name: '数据记录',
|