lsx hace 2 años
padre
commit
9cbfc22da4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -201,7 +201,7 @@ export const constantRoutes = [
         path: 'detail',
         component: (resolve) => require(['@/views/business/inventory/detail'], resolve),
         name: 'InventoryDetail',
-        meta: { title: '库存订单查看', activeMenu: '/goods/inventory' }
+        meta: { title: '库存订单查看', activeMenu: '/goods/inventory', noCache: true }
       }
     ],
   },
@@ -220,7 +220,7 @@ export const constantRoutes = [
         path: 'detailCode',
         component: (resolve) => require(['@/views/business/exchange/addCode'], resolve),
         name: 'ExchangeDetail',
-        meta: { title: '查看兑换码', activeMenu: '/goods/exchange' }
+        meta: { title: '查看兑换码', activeMenu: '/goods/exchange', noCache: true }
       }
     ],
   },