Browse Source

Merge branch 'master' of http://git.ycjcjy.com/marketing/pc-admin into master

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

+ 79
- 3
config/routes.js View File

26
           {
26
           {
27
             path: '/welcome',
27
             path: '/welcome',
28
             name: 'welcome',
28
             name: 'welcome',
29
-            icon: 'smile',
30
             component: './welcome',
29
             component: './welcome',
31
           },
30
           },
32
           {
31
           {
33
             path: '/building',
32
             path: '/building',
34
             name: '项目管理',
33
             name: '项目管理',
35
-            icon: 'control',
36
             component: '../layouts/BlankLayout',
34
             component: '../layouts/BlankLayout',
35
+            menuCode: '/building',
37
             routes: [
36
             routes: [
38
               {
37
               {
39
                 path: '/building/list',
38
                 path: '/building/list',
40
                 name: '项目列表',
39
                 name: '项目列表',
41
                 component: './building/List',
40
                 component: './building/List',
41
+                menuCode: '/building/list',
42
               },
42
               },
43
               {
43
               {
44
                 path: '/building/add',
44
                 path: '/building/add',
45
                 name: '项目维护',
45
                 name: '项目维护',
46
                 component: './building/Edit',
46
                 component: './building/Edit',
47
+                menuCode: '/building/add',
47
                 hideInMenu: true,
48
                 hideInMenu: true,
48
               },
49
               },
49
               {
50
               {
50
                 path: '/building/type',
51
                 path: '/building/type',
51
                 name: '项目类型',
52
                 name: '项目类型',
52
                 component: './building/type/index',
53
                 component: './building/type/index',
54
+                menuCode: '/building/type',
53
               },
55
               },
54
               {
56
               {
55
                 path: '/building/type/edi',
57
                 path: '/building/type/edi',
56
                 name: '项目类型编辑',
58
                 name: '项目类型编辑',
57
                 hideInMenu: true,
59
                 hideInMenu: true,
58
                 component: './building/type/edi',
60
                 component: './building/type/edi',
61
+                menuCode: '/building/type/edi',
59
               },
62
               },
60
               {
63
               {
61
                 path: '/building/Developers',
64
                 path: '/building/Developers',
62
                 name: '品牌开发商',
65
                 name: '品牌开发商',
63
                 component: './building/Developers',
66
                 component: './building/Developers',
67
+                menuCode: '/building/Developers',
64
               },
68
               },
65
               {
69
               {
66
                 path: '/building/Developers/Edit',
70
                 path: '/building/Developers/Edit',
67
                 name: '品牌开发商编辑',
71
                 name: '品牌开发商编辑',
68
                 hideInMenu: true,
72
                 hideInMenu: true,
69
                 component: './building/Developers/Edit',
73
                 component: './building/Developers/Edit',
74
+                menuCode: '/building/Developers/Edit',
70
               },
75
               },
71
             ],
76
             ],
72
           },
77
           },
74
             path: '/customer',
79
             path: '/customer',
75
             name: '客户管理',
80
             name: '客户管理',
76
             component: '../layouts/BlankLayout',
81
             component: '../layouts/BlankLayout',
82
+            menuCode: '/customer',
77
             routes: [
83
             routes: [
78
               {
84
               {
79
                 path: '/customer/customer/list',
85
                 path: '/customer/customer/list',
80
                 name: '客户列表',
86
                 name: '客户列表',
81
                 component: './customer/Customer/index',
87
                 component: './customer/Customer/index',
88
+                menuCode: '/customer/customer/list',
82
               },
89
               },
83
               {
90
               {
84
                 path: '/customer/customerlist/privateCustomerDetail',
91
                 path: '/customer/customerlist/privateCustomerDetail',
85
                 name: '私客详情',
92
                 name: '私客详情',
86
                 hideInMenu: true,
93
                 hideInMenu: true,
87
                 component: './customer/Customer/PrivateCustomer/CustomerDetail',
94
                 component: './customer/Customer/PrivateCustomer/CustomerDetail',
95
+                menuCode: '/customer/customerlist/privateCustomerDetail',
88
               },
96
               },
89
               {
97
               {
90
                 path: '/customer/customer/StatusChange',
98
                 path: '/customer/customer/StatusChange',
91
                 name: '状态变更',
99
                 name: '状态变更',
92
                 hideInMenu: true,
100
                 hideInMenu: true,
93
                 component: './customer/Customer/StatusChange',
101
                 component: './customer/Customer/StatusChange',
102
+                menuCode: '/customer/customer/StatusChange',
94
               },
103
               },
95
               {
104
               {
96
                 path: '/customer/customerlist/publicCustomerDetail',
105
                 path: '/customer/customerlist/publicCustomerDetail',
97
                 name: '公客详情',
106
                 name: '公客详情',
98
                 hideInMenu: true,
107
                 hideInMenu: true,
99
                 component: './customer/Customer/PublicCustomer/publicCustomerDetail',
108
                 component: './customer/Customer/PublicCustomer/publicCustomerDetail',
109
+                menuCode: '/customer/customerlist/publicCustomerDetail',
100
               },
110
               },
101
-
102
               {
111
               {
103
                 path: '/customer/recommend/channel',
112
                 path: '/customer/recommend/channel',
104
                 name: '经纪人报备',
113
                 name: '经纪人报备',
105
                 component: './recommend/channel',
114
                 component: './recommend/channel',
115
+                menuCode: '/customer/recommend/channel',
106
               },
116
               },
107
               {
117
               {
108
                 path: '/customer/recommend/channel/audit',
118
                 path: '/customer/recommend/channel/audit',
109
                 name: '到访确认',
119
                 name: '到访确认',
110
                 hideInMenu: true,
120
                 hideInMenu: true,
111
                 component: './recommend/channel/audit',
121
                 component: './recommend/channel/audit',
122
+                menuCode: '/customer/recommend/channel/audit',
112
               },
123
               },
113
               {
124
               {
114
                 path: '/customer/recommend/customer',
125
                 path: '/customer/recommend/customer',
115
                 name: '普通客户推荐',
126
                 name: '普通客户推荐',
116
                 component: './recommend/customer',
127
                 component: './recommend/customer',
128
+                menuCode: '/customer/recommend/customer',
117
               },
129
               },
118
               {
130
               {
119
                 path: '/customer/recommend/customer/audit',
131
                 path: '/customer/recommend/customer/audit',
120
                 name: '客户审核',
132
                 name: '客户审核',
121
                 hideInMenu: true,
133
                 hideInMenu: true,
122
                 component: './recommend/customer/audit',
134
                 component: './recommend/customer/audit',
135
+                menuCode: '/customer/recommend/customer/audit',
123
               },
136
               },
124
             ],
137
             ],
125
           },
138
           },
127
             path: '/Live',
140
             path: '/Live',
128
             name: '视频直播',
141
             name: '视频直播',
129
             component: '../layouts/BlankLayout',
142
             component: '../layouts/BlankLayout',
143
+            menuCode: '/Live',
130
             routes: [
144
             routes: [
131
               {
145
               {
132
                 path: '/Live/LiveActivity/List',
146
                 path: '/Live/LiveActivity/List',
133
                 name: '直播活动',
147
                 name: '直播活动',
134
                 component: './Live/LiveActivity/List',
148
                 component: './Live/LiveActivity/List',
149
+                menuCode: '/Live/LiveActivity/List',
135
               },
150
               },
136
               {
151
               {
137
                 path: '/Live/LiveActivity/Edit',
152
                 path: '/Live/LiveActivity/Edit',
138
                 name: '编辑活动',
153
                 name: '编辑活动',
139
                 hideInMenu: true,
154
                 hideInMenu: true,
140
                 component: './Live/LiveActivity/Edit',
155
                 component: './Live/LiveActivity/Edit',
156
+                menuCode: '/Live/LiveActivity/Edit',
141
               },
157
               },
142
               {
158
               {
143
                 path: '/Live/LiveActivity/add',
159
                 path: '/Live/LiveActivity/add',
144
                 name: '新增活动',
160
                 name: '新增活动',
145
                 hideInMenu: true,
161
                 hideInMenu: true,
146
                 component: './Live/LiveActivity/add',
162
                 component: './Live/LiveActivity/add',
163
+                menuCode: '/Live/LiveActivity/add',
147
               },
164
               },
148
 
165
 
149
               {
166
               {
150
                 path: '/Live/video/List',
167
                 path: '/Live/video/List',
151
                 name: '视频',
168
                 name: '视频',
152
                 component: './Live/video/List',
169
                 component: './Live/video/List',
170
+                menuCode: '/Live/video/List',
153
               },
171
               },
154
               {
172
               {
155
                 path: '/Live/video/Edit',
173
                 path: '/Live/video/Edit',
156
                 name: '编辑视频',
174
                 name: '编辑视频',
157
                 hideInMenu: true,
175
                 hideInMenu: true,
158
                 component: './Live/video/Edit',
176
                 component: './Live/video/Edit',
177
+                menuCode: '/Live/video/Edit',
159
               },
178
               },
160
             ],
179
             ],
161
           },
180
           },
163
             path: '/activity',
182
             path: '/activity',
164
             name: '活动管理',
183
             name: '活动管理',
165
             component: '../layouts/BlankLayout',
184
             component: '../layouts/BlankLayout',
185
+            menuCode: '/activity',
166
             routes: [
186
             routes: [
167
               {
187
               {
168
                 path: '/activity/groupRoomActivity',
188
                 path: '/activity/groupRoomActivity',
169
                 name: '团房活动',
189
                 name: '团房活动',
170
                 component: './activity/groupRoomActivity',
190
                 component: './activity/groupRoomActivity',
191
+                menuCode: '/activity/groupRoomActivity',
171
               },
192
               },
172
               {
193
               {
173
                 path: '/activity/groupRoomActivity/detail',
194
                 path: '/activity/groupRoomActivity/detail',
174
                 name: '活动详情',
195
                 name: '活动详情',
175
                 hideInMenu: true,
196
                 hideInMenu: true,
176
                 component: './activity/groupRoomActivity/detail',
197
                 component: './activity/groupRoomActivity/detail',
198
+                menuCode: '/activity/groupRoomActivity/detail',
177
               },
199
               },
178
               {
200
               {
179
                 path: '/activity/groupRoomActivity/edit',
201
                 path: '/activity/groupRoomActivity/edit',
180
                 name: '编辑活动',
202
                 name: '编辑活动',
181
                 hideInMenu: true,
203
                 hideInMenu: true,
182
                 component: './activity/groupRoomActivity/edit',
204
                 component: './activity/groupRoomActivity/edit',
205
+                menuCode: '/activity/groupRoomActivity/edit',
183
               },
206
               },
184
               {
207
               {
185
                 path: '/activity/groupRoomActivity/registrationRecord',
208
                 path: '/activity/groupRoomActivity/registrationRecord',
186
                 name: '报名记录',
209
                 name: '报名记录',
187
                 hideInMenu: true,
210
                 hideInMenu: true,
188
                 component: './activity/groupRoomActivity/registrationRecord',
211
                 component: './activity/groupRoomActivity/registrationRecord',
212
+                menuCode: '/activity/groupRoomActivity/registrationRecord',
189
               },
213
               },
190
 
214
 
191
               {
215
               {
192
                 path: '/activity/lookHouseActivity',
216
                 path: '/activity/lookHouseActivity',
193
                 name: '一键带看',
217
                 name: '一键带看',
194
                 component: './activity/lookHouseActivity',
218
                 component: './activity/lookHouseActivity',
219
+                menuCode: '/activity/lookHouseActivity',
195
               },
220
               },
196
               {
221
               {
197
                 path: '/activity/lookHouseActivity/detail',
222
                 path: '/activity/lookHouseActivity/detail',
198
                 name: '活动详情',
223
                 name: '活动详情',
199
                 hideInMenu: true,
224
                 hideInMenu: true,
200
                 component: './activity/lookHouseActivity/detail',
225
                 component: './activity/lookHouseActivity/detail',
226
+                menuCode: '/activity/lookHouseActivity/detail',
201
               },
227
               },
202
               {
228
               {
203
                 path: '/activity/lookHouseActivity/edit',
229
                 path: '/activity/lookHouseActivity/edit',
204
                 name: '编辑活动',
230
                 name: '编辑活动',
205
                 hideInMenu: true,
231
                 hideInMenu: true,
206
                 component: './activity/lookHouseActivity/edit',
232
                 component: './activity/lookHouseActivity/edit',
233
+                menuCode: '/activity/lookHouseActivity/edit',
207
               },
234
               },
208
               {
235
               {
209
                 path: '/activity/lookHouseActivity/registrationRecord',
236
                 path: '/activity/lookHouseActivity/registrationRecord',
210
                 name: '报名记录',
237
                 name: '报名记录',
211
                 hideInMenu: true,
238
                 hideInMenu: true,
212
                 component: './activity/lookHouseActivity/registrationRecord',
239
                 component: './activity/lookHouseActivity/registrationRecord',
240
+                menuCode: '/activity/lookHouseActivity/registrationRecord',
213
               },
241
               },
214
 
242
 
215
               {
243
               {
216
                 path: '/activity/SignupActivity',
244
                 path: '/activity/SignupActivity',
217
                 name: '报名活动',
245
                 name: '报名活动',
218
                 component: './activity/SignupActivity',
246
                 component: './activity/SignupActivity',
247
+                menuCode: '/activity/SignupActivity',
219
               },
248
               },
220
               {
249
               {
221
                 path: '/activity/SignupActivity/detail',
250
                 path: '/activity/SignupActivity/detail',
222
                 name: '活动详情',
251
                 name: '活动详情',
223
                 hideInMenu: true,
252
                 hideInMenu: true,
224
                 component: './activity/SignupActivity/detail',
253
                 component: './activity/SignupActivity/detail',
254
+                menuCode: '/activity/SignupActivity/detail',
225
               },
255
               },
226
               {
256
               {
227
                 path: '/activity/SignupActivity/edit',
257
                 path: '/activity/SignupActivity/edit',
228
                 name: '编辑活动',
258
                 name: '编辑活动',
229
                 hideInMenu: true,
259
                 hideInMenu: true,
230
                 component: './activity/SignupActivity/edit',
260
                 component: './activity/SignupActivity/edit',
261
+                menuCode: '/activity/SignupActivity/edit',
231
               },
262
               },
232
               {
263
               {
233
                 path: '/activity/SignupActivity/registrationRecord',
264
                 path: '/activity/SignupActivity/registrationRecord',
234
                 name: '报名记录',
265
                 name: '报名记录',
235
                 hideInMenu: true,
266
                 hideInMenu: true,
236
                 component: './activity/SignupActivity/registrationRecord',
267
                 component: './activity/SignupActivity/registrationRecord',
268
+                menuCode: '/activity/SignupActivity/registrationRecord',
237
               },
269
               },
238
             ],
270
             ],
239
           },
271
           },
241
             path: '/news',
273
             path: '/news',
242
             name: '资讯管理',
274
             name: '资讯管理',
243
             component: '../layouts/BlankLayout',
275
             component: '../layouts/BlankLayout',
276
+            menuCode: '/news',
244
             routes: [
277
             routes: [
245
               {
278
               {
246
                 path: '/news/type/NewsType',
279
                 path: '/news/type/NewsType',
247
                 name: '资讯类型',
280
                 name: '资讯类型',
248
                 component: './news/type/NewsType',
281
                 component: './news/type/NewsType',
282
+                menuCode: '/news/type/NewsType',
249
               },
283
               },
250
               {
284
               {
251
                 path: '/news/type/editNews',
285
                 path: '/news/type/editNews',
252
                 name: '编辑资讯类型',
286
                 name: '编辑资讯类型',
253
                 hideInMenu: true,
287
                 hideInMenu: true,
254
                 component: './news/type/editNews',
288
                 component: './news/type/editNews',
289
+                menuCode: '/news/type/editNews',
255
               },
290
               },
256
               {
291
               {
257
                 path: '/news/list/List',
292
                 path: '/news/list/List',
258
                 name: '资讯列表',
293
                 name: '资讯列表',
259
                 component: './news/list/List',
294
                 component: './news/list/List',
295
+                menuCode: '/news/list/List',
260
               },
296
               },
261
               {
297
               {
262
                 path: '/news/list/Edit',
298
                 path: '/news/list/Edit',
263
                 name: '编辑资讯',
299
                 name: '编辑资讯',
264
                 hideInMenu: true,
300
                 hideInMenu: true,
265
                 component: './news/list/Edit',
301
                 component: './news/list/Edit',
302
+                menuCode: '/news/list/Edit',
266
               },
303
               },
267
               //+购房百科
304
               //+购房百科
268
               {
305
               {
269
                 path: '/news/Sellhouse/index',
306
                 path: '/news/Sellhouse/index',
270
                 name: '购房百科',
307
                 name: '购房百科',
271
                 component: './system/Sellhouse/index',
308
                 component: './system/Sellhouse/index',
309
+                menuCode: '/news/Sellhouse/index',
272
               },
310
               },
273
               {
311
               {
274
                 path: '/news/houseTypes/index',
312
                 path: '/news/houseTypes/index',
275
                 name: '购房百百科类型',
313
                 name: '购房百百科类型',
276
                 component: './system/Sellhouse/houseTypes/index',
314
                 component: './system/Sellhouse/houseTypes/index',
315
+                menuCode: '/news/houseTypes/index',
277
               },
316
               },
278
               {
317
               {
279
                 path: '/news/Sellhouse/Edit',
318
                 path: '/news/Sellhouse/Edit',
280
                 name: '编辑购房百科',
319
                 name: '编辑购房百科',
281
                 hideInMenu: true,
320
                 hideInMenu: true,
282
                 component: './system/Sellhouse/Edit',
321
                 component: './system/Sellhouse/Edit',
322
+                menuCode: '/news/Sellhouse/Edit',
283
               },
323
               },
284
               {
324
               {
285
                 path: '/news/Sellhouse/houseTypes/Newindex',
325
                 path: '/news/Sellhouse/houseTypes/Newindex',
286
                 name: '编辑购房百百科类型',
326
                 name: '编辑购房百百科类型',
287
                 hideInMenu: true,
327
                 hideInMenu: true,
288
                 component: './system/Sellhouse/houseTypes/Newindex',
328
                 component: './system/Sellhouse/houseTypes/Newindex',
329
+                menuCode: '/news/Sellhouse/houseTypes/Newindex',
289
               },
330
               },
290
             ],
331
             ],
291
           },
332
           },
293
             path: '/channel',
334
             path: '/channel',
294
             name: '渠道管理',
335
             name: '渠道管理',
295
             component: '../layouts/BlankLayout',
336
             component: '../layouts/BlankLayout',
337
+            menuCode: '/channel',
296
             routes: [
338
             routes: [
297
               {
339
               {
298
                 path: '/channel/Channel/List',
340
                 path: '/channel/Channel/List',
299
                 name: '渠道管理',
341
                 name: '渠道管理',
300
                 component: './channel/Channel/List',
342
                 component: './channel/Channel/List',
343
+                menuCode: '/channel/Channel/List',
301
               },
344
               },
302
               {
345
               {
303
                 path: '/channel/Channel/Edit',
346
                 path: '/channel/Channel/Edit',
304
                 name: '编辑渠道',
347
                 name: '编辑渠道',
305
                 hideInMenu: true,
348
                 hideInMenu: true,
306
                 component: './channel/Channel/Edit',
349
                 component: './channel/Channel/Edit',
350
+                menuCode: '/channel/Channel/Edit',
307
               },
351
               },
308
               {
352
               {
309
                 path: '/channel/Agent/List',
353
                 path: '/channel/Agent/List',
310
                 name: '经纪人',
354
                 name: '经纪人',
311
                 hideInMenu: true,
355
                 hideInMenu: true,
312
                 component: './channel/Agent/List',
356
                 component: './channel/Agent/List',
357
+                menuCode: '/channel/Agent/List',
313
               },
358
               },
314
               {
359
               {
315
                 path: '/channel/brokerList',
360
                 path: '/channel/brokerList',
316
                 name: '经纪人',
361
                 name: '经纪人',
317
                 hideInMenu: true,
362
                 hideInMenu: true,
318
                 component: './channel/brokerList',
363
                 component: './channel/brokerList',
364
+                menuCode: '/channel/brokerList',
319
               },
365
               },
320
 
366
 
321
               {
367
               {
323
                 name: '渠道推荐',
369
                 name: '渠道推荐',
324
                 hideInMenu: true,
370
                 hideInMenu: true,
325
                 component: './channel/recommendClients',
371
                 component: './channel/recommendClients',
372
+                menuCode: '/channel/recommendClients',
326
               },
373
               },
327
 
374
 
328
               // {
375
               // {
335
                 path: '/channel/independentList',
382
                 path: '/channel/independentList',
336
                 name: '经纪人',
383
                 name: '经纪人',
337
                 component: './channel/independentList/index',
384
                 component: './channel/independentList/index',
385
+                menuCode: '/channel/independentList',
338
               },
386
               },
339
               // {
387
               // {
340
               //   path: '/channel/newCustomer',
388
               //   path: '/channel/newCustomer',
367
             path: '/findRoom',
415
             path: '/findRoom',
368
             name: '需求反馈',
416
             name: '需求反馈',
369
             component: '../layouts/BlankLayout',
417
             component: '../layouts/BlankLayout',
418
+            menuCode: '/findRoom',
370
             routes: [
419
             routes: [
371
               {
420
               {
372
                 path: '/findRoom/buyRoom',
421
                 path: '/findRoom/buyRoom',
373
                 name: '找房需求',
422
                 name: '找房需求',
374
                 component: './findRoom/buyRoom',
423
                 component: './findRoom/buyRoom',
424
+                menuCode: '/findRoom/buyRoom',
375
               },
425
               },
376
               {
426
               {
377
                 path: '/findRoom/buyRoom/audit',
427
                 path: '/findRoom/buyRoom/audit',
378
                 name: '回访确认',
428
                 name: '回访确认',
379
                 hideInMenu: true,
429
                 hideInMenu: true,
380
                 component: './findRoom/buyRoom/audit',
430
                 component: './findRoom/buyRoom/audit',
431
+                menuCode: '/findRoom/buyRoom/audit',
381
               },
432
               },
382
 
433
 
383
               {
434
               {
384
                 path: '/findRoom/rent',
435
                 path: '/findRoom/rent',
385
                 name: '租房需求',
436
                 name: '租房需求',
386
                 component: './findRoom/rent',
437
                 component: './findRoom/rent',
438
+                menuCode: '/findRoom/rent',
387
               },
439
               },
388
               {
440
               {
389
                 path: '/findRoom/rent/audit',
441
                 path: '/findRoom/rent/audit',
390
                 name: '回访确认',
442
                 name: '回访确认',
391
                 hideInMenu: true,
443
                 hideInMenu: true,
392
                 component: './findRoom/rent/audit',
444
                 component: './findRoom/rent/audit',
445
+                menuCode: '/findRoom/rent/audit',
393
               },
446
               },
394
 
447
 
395
               {
448
               {
396
                 path: '/findRoom/overseas',
449
                 path: '/findRoom/overseas',
397
                 name: '海外需求',
450
                 name: '海外需求',
398
                 component: './findRoom/overseas',
451
                 component: './findRoom/overseas',
452
+                menuCode: '/findRoom/overseas',
399
               },
453
               },
400
               {
454
               {
401
                 path: '/findRoom/overseas/audit',
455
                 path: '/findRoom/overseas/audit',
402
                 name: '回访确认',
456
                 name: '回访确认',
403
                 hideInMenu: true,
457
                 hideInMenu: true,
404
                 component: './findRoom/overseas/audit',
458
                 component: './findRoom/overseas/audit',
459
+                menuCode: '/findRoom/overseas/audit',
405
               },
460
               },
406
 
461
 
407
               {
462
               {
408
                 path: '/findRoom/addedValueService',
463
                 path: '/findRoom/addedValueService',
409
                 name: '增值服务',
464
                 name: '增值服务',
410
                 component: './findRoom/addedValueService',
465
                 component: './findRoom/addedValueService',
466
+                menuCode: '/findRoom/addedValueService',
411
               },
467
               },
412
               {
468
               {
413
                 path: '/findRoom/addedValueService/audit',
469
                 path: '/findRoom/addedValueService/audit',
414
                 name: '回访确认',
470
                 name: '回访确认',
415
                 hideInMenu: true,
471
                 hideInMenu: true,
416
                 component: './findRoom/addedValueService/audit',
472
                 component: './findRoom/addedValueService/audit',
473
+                menuCode: '/findRoom/addedValueService/audit',
417
               },
474
               },
418
               {
475
               {
419
                 path: '/findRoom/setting',
476
                 path: '/findRoom/setting',
420
                 name: '回访设置',
477
                 name: '回访设置',
421
                 component: './findRoom/setting',
478
                 component: './findRoom/setting',
479
+                menuCode: '/findRoom/setting',
422
               },
480
               },
423
               {
481
               {
424
                 path: '/findRoom/messageList',
482
                 path: '/findRoom/messageList',
425
                 name: '客户留言',
483
                 name: '客户留言',
426
                 component: './system/messageList',
484
                 component: './system/messageList',
485
+                menuCode: '/findRoom/messageList',
427
               },
486
               },
428
             ],
487
             ],
429
           },
488
           },
432
             path: '/course',
491
             path: '/course',
433
             name: '我的课堂',
492
             name: '我的课堂',
434
             component: '../layouts/BlankLayout',
493
             component: '../layouts/BlankLayout',
494
+            menuCode: '/course',
435
             routes: [
495
             routes: [
436
               {
496
               {
437
                 path: '/course/List',
497
                 path: '/course/List',
438
                 name: '课程管理',
498
                 name: '课程管理',
439
                 component: './course/List',
499
                 component: './course/List',
500
+                menuCode: '/course/List',
440
               },
501
               },
441
               {
502
               {
442
                 path: '/course/Edit',
503
                 path: '/course/Edit',
443
                 name: '课程编辑',
504
                 name: '课程编辑',
444
                 hideInMenu: true,
505
                 hideInMenu: true,
445
                 component: './course/Edit',
506
                 component: './course/Edit',
507
+                menuCode: '/course/Edit',
446
               },
508
               },
447
             ],
509
             ],
448
           },
510
           },
450
             path: '/carouselFigure',
512
             path: '/carouselFigure',
451
             name: '资源位管理',
513
             name: '资源位管理',
452
             component: '../layouts/BlankLayout',
514
             component: '../layouts/BlankLayout',
515
+            menuCode: '/carouselFigure',
453
             routes: [
516
             routes: [
454
               {
517
               {
455
                 path: '/carouselFigure/carouselFigureList',
518
                 path: '/carouselFigure/carouselFigureList',
456
                 name: '轮播图',
519
                 name: '轮播图',
457
                 component: './carouselFigure/carouselFigureList',
520
                 component: './carouselFigure/carouselFigureList',
521
+                menuCode: '/carouselFigure/carouselFigureList',
458
               },
522
               },
459
               {
523
               {
460
                 path: '/carouselFigure/editCarousel',
524
                 path: '/carouselFigure/editCarousel',
461
                 name: '轮播图编辑',
525
                 name: '轮播图编辑',
462
                 hideInMenu: true,
526
                 hideInMenu: true,
463
                 component: './carouselFigure/editCarousel',
527
                 component: './carouselFigure/editCarousel',
528
+                menuCode: '/carouselFigure/editCarousel',
464
               },
529
               },
465
               {
530
               {
466
                 path: '/carouselFigure/advertisingList',
531
                 path: '/carouselFigure/advertisingList',
467
                 name: '开屏广告',
532
                 name: '开屏广告',
468
                 component: './carouselFigure/advertisingList',
533
                 component: './carouselFigure/advertisingList',
534
+                menuCode: '/carouselFigure/advertisingList',
469
               },
535
               },
470
               {
536
               {
471
                 path: '/carouselFigure/editAdvertising',
537
                 path: '/carouselFigure/editAdvertising',
472
                 name: '开屏广告编辑',
538
                 name: '开屏广告编辑',
473
                 hideInMenu: true,
539
                 hideInMenu: true,
474
                 component: './carouselFigure/editAdvertising',
540
                 component: './carouselFigure/editAdvertising',
541
+                menuCode: '/carouselFigure/editAdvertising',
475
               },
542
               },
476
               {
543
               {
477
                 path: '/carouselFigure/customImg/list',
544
                 path: '/carouselFigure/customImg/list',
478
                 name: '其他',
545
                 name: '其他',
479
                 component: './carouselFigure/customImg/list',
546
                 component: './carouselFigure/customImg/list',
547
+                menuCode: '/carouselFigure/customImg/list',
480
               },
548
               },
481
               {
549
               {
482
                 path: '/carouselFigure/customImg/edit',
550
                 path: '/carouselFigure/customImg/edit',
483
                 name: '其他编辑',
551
                 name: '其他编辑',
484
                 hideInMenu: true,
552
                 hideInMenu: true,
485
                 component: './carouselFigure/customImg/edit',
553
                 component: './carouselFigure/customImg/edit',
554
+                menuCode: '/carouselFigure/customImg/edit',
486
               },
555
               },
487
             ],
556
             ],
488
           },
557
           },
491
             path: '/system',
560
             path: '/system',
492
             name: '系统管理',
561
             name: '系统管理',
493
             component: '../layouts/BlankLayout',
562
             component: '../layouts/BlankLayout',
563
+            menuCode: '/system',
494
             routes: [
564
             routes: [
495
               {
565
               {
496
                 path: '/system/intention',
566
                 path: '/system/intention',
497
                 name: '意向值',
567
                 name: '意向值',
498
                 component: './system/intention',
568
                 component: './system/intention',
569
+                menuCode: '/system/intention',
499
               },
570
               },
500
               {
571
               {
501
                 path: '/system/Staff/List',
572
                 path: '/system/Staff/List',
502
                 name: '员工列表',
573
                 name: '员工列表',
503
                 component: './staff/Staff/List',
574
                 component: './staff/Staff/List',
575
+                menuCode: '/system/Staff/List',
504
               },
576
               },
505
               {
577
               {
506
                 path: '/system/Staff/Edit',
578
                 path: '/system/Staff/Edit',
507
                 name: '编辑员工',
579
                 name: '编辑员工',
508
                 hideInMenu: true,
580
                 hideInMenu: true,
509
                 component: './staff/Staff/Edit',
581
                 component: './staff/Staff/Edit',
582
+                menuCode: '/system/Staff/Edit',
510
               },
583
               },
511
               {
584
               {
512
                 path: '/system/Role/List',
585
                 path: '/system/Role/List',
513
                 name: '角色管理',
586
                 name: '角色管理',
514
                 component: './staff/Role/List',
587
                 component: './staff/Role/List',
588
+                menuCode: '/system/Role/List',
515
               },
589
               },
516
               {
590
               {
517
                 path: '/system/Role/Edit',
591
                 path: '/system/Role/Edit',
518
                 name: '编辑角色',
592
                 name: '编辑角色',
519
                 hideInMenu: true,
593
                 hideInMenu: true,
520
                 component: './staff/Role/Edit',
594
                 component: './staff/Role/Edit',
595
+                menuCode: '/system/Role/Edit',
521
               },
596
               },
522
               {
597
               {
523
                 path: '/system/Organization/List',
598
                 path: '/system/Organization/List',
524
                 name: '组织架构',
599
                 name: '组织架构',
525
                 component: './staff/Organization',
600
                 component: './staff/Organization',
601
+                menuCode: '/system/Organization/List',
526
               },
602
               },
527
             ],
603
             ],
528
           },
604
           },