src/router/index.js
@@ -646,6 +646,12 @@ code: '1201', component: () => import('@/views/purchasesManager/purchasesList'), meta: { code: '1201', title: '采购订单', icon: '', keepAlive: true } }, { path: 'arrivalNoticeList', name: 'arrivalNoticeListCancel', code: '1202', component: () => import('@/views/purchasesManager/arrivalNoticeList'), meta: { code: '1202', title: '到货通知单', icon: '', keepAlive: true } } ] }