diff --git a/front/src/views/instructionManual/components/menuBook.vue b/front/src/views/instructionManual/components/menuBook.vue index 548ad4fe..82412857 100644 --- a/front/src/views/instructionManual/components/menuBook.vue +++ b/front/src/views/instructionManual/components/menuBook.vue @@ -267,9 +267,12 @@ }) window.open(newpage.href, '_blank') } else if (data === '资源下架') { - window.sessionStorage.setItem('type', JSON.stringify('PurchaseVehicle')) + window.sessionStorage.setItem('type', JSON.stringify('apply')) const newpage = router.resolve({ path: '/personalCenter', + query: { + tabTypeName: '能力上架' + } }) window.location.href = newpage.href }