소스 검색

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 }
       }
     ],
   },