Browse Source

bug修复【ID1007610】

chenrui 4 years ago
parent
commit
bd2ea703b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config/router.config.js

+ 1 - 1
src/config/router.config.js

@@ -1027,7 +1027,7 @@ export const asyncRouterMap = [
                 }
               },
               {
-                path: 'warehouseDetail/:id',
+                path: 'warehouseDetail/:sn',
                 name: 'inventoryQueryWarehouseDetail',
                 component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryQuery/warehouseDetail.vue'),
                 meta: {