Browse Source

修改库存

csx 6 years ago
parent
commit
b9ffaeb06f
1 changed files with 1 additions and 8 deletions
  1. 1 8
      src/router/index.js

+ 1 - 8
src/router/index.js View File

@@ -511,14 +511,7 @@ export const xt_constantRouterMap = [
511 511
         hidden: true,
512 512
         is_menu: false,
513 513
         meta: { title: 'cancelStockOrderAdd' }
514
-      }, {
515
-        path: '/stock/cancel/detail',
516
-        component: () => import('@/xt_pages/stock/cancelStockDetail'),
517
-        name: 'cancelStockDetail',
518
-        hidden: true,
519
-        is_menu: false,
520
-        meta: { title: 'cancelStockDetail' }
521
-      }
514
+      },
522 515
 
523 516
     ]
524 517
   },