李志伟 3 years ago
parent
commit
fcd81964c1
1 changed files with 3 additions and 8 deletions
  1. 3
    8
      config/routes.js

+ 3
- 8
config/routes.js View File

99
     ],
99
     ],
100
   },
100
   },
101
   {
101
   {
102
-    path: '/GPSDevice',
103
-    name: 'GPS设备管理',
102
+    path: '/GPSDevice/GPS',
103
+    name: '设备管理',
104
     icon: 'CompassOutlined',
104
     icon: 'CompassOutlined',
105
-    component: '../layouts/BasicLayout',
105
+    component: './GPSDevice/GPS',
106
     routes: [
106
     routes: [
107
-      {
108
-        path: '/GPSDevice/GPS',
109
-        name: 'GPS管理',
110
-        component: './GPSDevice/GPS',
111
-      },
112
       {
107
       {
113
         path: '/GPSDevice/GPS/GPSEdit',
108
         path: '/GPSDevice/GPS/GPSEdit',
114
         name: '新增设备',
109
         name: '新增设备',