Ver código fonte

生产模拟

caojunjie 2 anos atrás
pai
commit
b7e44183bb
1 arquivos alterados com 0 adições e 14 exclusões
  1. 0 14
      src/router/views/index.js

+ 0 - 14
src/router/views/index.js

@@ -2709,18 +2709,4 @@ export default [{
     component: () => import( /* webpackChunkName: "views" */ '@/views/tirePartsMall/statisticAnalysis/supplierTransactions/index')
   }]
 },
-  //生产模拟
-  {
-    path: '/ProductionManagement/index',
-    component: Layout,
-    hidden: true,
-    children: [{
-      path: '/ProductionManagement/index',
-      name: '生产模拟',
-      meta: {
-        keepAlive: true,
-      },
-      component: () => import( /* webpackChunkName: "views" */ '@/views/ProductionManagement/index')
-    }]
-  },
 ]