李志伟 před 2 roky
rodič
revize
907d8ddc77
1 změnil soubory, kde provedl 18 přidání a 18 odebrání
  1. 18
    18
      config/routes.js

+ 18
- 18
config/routes.js Zobrazit soubor

@@ -124,24 +124,24 @@ export default [
124 124
         component: './Machinery/Machinery/Edit',
125 125
         hideInMenu: true,
126 126
       },
127
-      {
128
-        path: '/Machinery/GPS',
129
-        name: '设备管理',
130
-        access: 'device',
131
-        component: './Machinery/GPS',
132
-      },
133
-      {
134
-        path: '/Machinery/GPS/edit.jsx',
135
-        name: '设备编辑',
136
-        component: './Machinery/GPS/edit.jsx',
137
-        hideInMenu: true,
138
-      },
139
-      {
140
-        path: '/Machinery/GIS',
141
-        name: '农机GIS',
142
-        access: 'gis',
143
-        component: './Machinery/GIS',
144
-      },
127
+      // {
128
+      //   path: '/Machinery/GPS',
129
+      //   name: '设备管理',
130
+      //   access: 'device',
131
+      //   component: './Machinery/GPS',
132
+      // },
133
+      // {
134
+      //   path: '/Machinery/GPS/edit.jsx',
135
+      //   name: '设备编辑',
136
+      //   component: './Machinery/GPS/edit.jsx',
137
+      //   hideInMenu: true,
138
+      // },
139
+      // {
140
+      //   path: '/Machinery/GIS',
141
+      //   name: '农机GIS',
142
+      //   access: 'gis',
143
+      //   component: './Machinery/GIS',
144
+      // },
145 145
     ],
146 146
   },
147 147
   {