|
@@ -123,15 +123,12 @@ export default {
|
123
|
123
|
component: './building/list/index',
|
124
|
124
|
},
|
125
|
125
|
{
|
126
|
|
-<<<<<<< HEAD
|
127
|
|
-=======
|
128
|
126
|
path: '/building/list/add',
|
129
|
127
|
name: '项目添加', // 项目添加
|
130
|
128
|
hideInMenu: true,
|
131
|
129
|
component: './building/list/add/index',
|
132
|
130
|
},
|
133
|
131
|
{
|
134
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
135
|
132
|
path: '/building/type',
|
136
|
133
|
name: '项目类型',
|
137
|
134
|
component: './building/type/index',
|
|
@@ -155,15 +152,12 @@ export default {
|
155
|
152
|
component: './customer/customerlist/index',
|
156
|
153
|
},
|
157
|
154
|
{
|
158
|
|
-<<<<<<< HEAD
|
159
|
|
-=======
|
160
|
155
|
path: '/customer/customerlist/customerDetail',
|
161
|
156
|
name: '客户编辑',
|
162
|
157
|
hideInMenu: true,
|
163
|
158
|
component: './customer/customerlist/customerDetail',
|
164
|
159
|
},
|
165
|
160
|
{
|
166
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
167
|
161
|
path: '/customer/drift/list',
|
168
|
162
|
name: '游客列表',
|
169
|
163
|
component: './customer/drift/index',
|
|
@@ -292,15 +286,12 @@ export default {
|
292
|
286
|
name: '资讯列表',
|
293
|
287
|
component: './news/list/NewsList',
|
294
|
288
|
},
|
295
|
|
-<<<<<<< HEAD
|
296
|
|
-=======
|
297
|
289
|
{
|
298
|
290
|
path: '/news/list/editNewsList',
|
299
|
291
|
name: '编辑资讯',
|
300
|
292
|
hideInMenu: true,
|
301
|
293
|
component: './news/list/editNewsList',
|
302
|
294
|
},
|
303
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
304
|
295
|
],
|
305
|
296
|
},
|
306
|
297
|
{
|
|
@@ -327,7 +318,6 @@ export default {
|
327
|
318
|
},
|
328
|
319
|
],
|
329
|
320
|
},
|
330
|
|
-
|
331
|
321
|
{
|
332
|
322
|
path: '/staff',
|
333
|
323
|
name: '员工管理',
|
|
@@ -344,7 +334,7 @@ export default {
|
344
|
334
|
hideInMenu: true,
|
345
|
335
|
component: './staff/list/editStaff',
|
346
|
336
|
},
|
347
|
|
-
|
|
337
|
+
|
348
|
338
|
{
|
349
|
339
|
path: '/staff/RoleList',
|
350
|
340
|
name: '角色管理',
|
|
@@ -356,9 +346,6 @@ export default {
|
356
|
346
|
hideInMenu: true,
|
357
|
347
|
component: './staff/list/editRole',
|
358
|
348
|
},
|
359
|
|
-<<<<<<< HEAD
|
360
|
|
-
|
361
|
|
-=======
|
362
|
349
|
{
|
363
|
350
|
path: '/staff/list/addRole',
|
364
|
351
|
name: '添加角色',
|
|
@@ -394,23 +381,22 @@ export default {
|
394
|
381
|
hideInMenu: true,
|
395
|
382
|
component: './carouselFigure/editAdvertising',
|
396
|
383
|
},
|
397
|
|
->>>>>>> ed52b30a02a5604a8626322e59d620f25aa7558d
|
398
|
384
|
],
|
399
|
385
|
},
|
400
|
386
|
{
|
401
|
|
- path: '/indexEcharts',
|
402
|
|
- name: 'echarts',
|
|
387
|
+ path: '/system',
|
|
388
|
+ name: '系统管理',
|
403
|
389
|
component: '../layouts/BlankLayout',
|
404
|
390
|
routes: [
|
405
|
391
|
{
|
406
|
|
- path: '/indexEcharts/index',
|
407
|
|
- name: '报表',
|
408
|
|
- component: './indexEcharts/index',
|
|
392
|
+ path: '/system/messageList',
|
|
393
|
+ name: '客户留言',
|
|
394
|
+ component: './system/messageList',
|
409
|
395
|
},
|
410
|
396
|
{
|
411
|
|
- path: '/indexEcharts/userSource',
|
412
|
|
- name: '用户来源',
|
413
|
|
- component: './indexEcharts/userSource',
|
|
397
|
+ path: '/system/report',
|
|
398
|
+ name: '报表数据',
|
|
399
|
+ component: './system/report',
|
414
|
400
|
},
|
415
|
401
|
{
|
416
|
402
|
path: '/system/intention',
|