Переглянути джерело

Merge branch 'dev' of mangpiao/mp-ui-pc into test

lsx 2 роки тому
батько
коміт
403a641a8b
1 змінених файлів з 2 додано та 2 видалено
  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 }
       }
     ],
   },