|
@@ -318,7 +318,6 @@ export default {
|
318
|
318
|
},
|
319
|
319
|
],
|
320
|
320
|
},
|
321
|
|
-
|
322
|
321
|
{
|
323
|
322
|
path: '/staff',
|
324
|
323
|
name: '员工管理',
|
|
@@ -335,7 +334,7 @@ export default {
|
335
|
334
|
hideInMenu: true,
|
336
|
335
|
component: './staff/list/editStaff',
|
337
|
336
|
},
|
338
|
|
-
|
|
337
|
+
|
339
|
338
|
{
|
340
|
339
|
path: '/staff/RoleList',
|
341
|
340
|
name: '角色管理',
|
|
@@ -385,19 +384,19 @@ export default {
|
385
|
384
|
],
|
386
|
385
|
},
|
387
|
386
|
{
|
388
|
|
- path: '/indexEcharts',
|
389
|
|
- name: 'echarts',
|
|
387
|
+ path: '/system',
|
|
388
|
+ name: '系统管理',
|
390
|
389
|
component: '../layouts/BlankLayout',
|
391
|
390
|
routes: [
|
392
|
391
|
{
|
393
|
|
- path: '/indexEcharts/index',
|
394
|
|
- name: '报表',
|
395
|
|
- component: './indexEcharts/index',
|
|
392
|
+ path: '/system/messageList',
|
|
393
|
+ name: '客户留言',
|
|
394
|
+ component: './system/messageList',
|
396
|
395
|
},
|
397
|
396
|
{
|
398
|
|
- path: '/indexEcharts/userSource',
|
399
|
|
- name: '用户来源',
|
400
|
|
- component: './indexEcharts/userSource',
|
|
397
|
+ path: '/system/report',
|
|
398
|
+ name: '报表数据',
|
|
399
|
+ component: './system/report',
|
401
|
400
|
},
|
402
|
401
|
{
|
403
|
402
|
path: '/system/intention',
|