lsx 2 éve
szülő
commit
9cbfc22da4
1 módosított fájl, 2 hozzáadás és 2 törlés
  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 }
       }
     ],
   },