Yansen 2 years ago
parent
commit
ee7cd93552
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      config/routes.js

+ 6
- 6
config/routes.js View File

@@ -152,6 +152,12 @@ export default [
152 152
     component: '../layouts/BasicLayout',
153 153
     access: 'iot',
154 154
     routes: [
155
+      {
156
+        path: '/iot/Sensing',
157
+        name: '传感设备列表',
158
+        component: './Machinery/Sensing',
159
+        access: 'sensorList',
160
+      },
155 161
       {
156 162
         path: '/iot/JobList',
157 163
         name: '设备作业列表',
@@ -171,12 +177,6 @@ export default [
171 177
         access: 'deviceJobDetail',
172 178
         hideInMenu: true,
173 179
       },
174
-      {
175
-        path: '/iot/Sensing',
176
-        name: '传感设备列表',
177
-        component: './Machinery/Sensing',
178
-        access: 'sensorList',
179
-      },
180 180
       {
181 181
         path: '/iot/Subsoiler',
182 182
         name: '深松机',