Просмотр исходного кода

Merge branch 'master' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager

许静 5 лет назад
Родитель
Сommit
d7a107c841
1 измененных файлов: 9 добавлений и 10 удалений
  1. 9
    10
      config/config.js

+ 9
- 10
config/config.js Просмотреть файл

318
                 },
318
                 },
319
               ],
319
               ],
320
             },
320
             },
321
-
322
             {
321
             {
323
               path: '/staff',
322
               path: '/staff',
324
               name: '员工管理',
323
               name: '员工管理',
335
                   hideInMenu: true,
334
                   hideInMenu: true,
336
                   component: './staff/list/editStaff',
335
                   component: './staff/list/editStaff',
337
                 },
336
                 },
338
-             
337
+
339
                 {
338
                 {
340
                   path: '/staff/RoleList',
339
                   path: '/staff/RoleList',
341
                   name: '角色管理',
340
                   name: '角色管理',
385
               ],
384
               ],
386
             },
385
             },
387
             {
386
             {
388
-              path: '/indexEcharts',
389
-              name: 'echarts',
387
+              path: '/system',
388
+              name: '系统管理',
390
               component: '../layouts/BlankLayout',
389
               component: '../layouts/BlankLayout',
391
               routes: [
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
                   path: '/system/intention',
402
                   path: '/system/intention',