李志伟 3 년 전
부모
커밋
fcd81964c1
1개의 변경된 파일3개의 추가작업 그리고 8개의 파일을 삭제
  1. 3
    8
      config/routes.js

+ 3
- 8
config/routes.js 파일 보기

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