From fef67d9cc49cb71edf314b42ed3d78a9fb6177d0 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 26 Oct 2022 16:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E6=88=B7=EF=BC=9A=E6=96=B0=E6=89=8B?= =?UTF-8?q?=E6=8C=87=E5=BC=95=EF=BC=9A=E8=83=BD=E5=8A=9B=E4=B8=8B=E6=9E=B6?= =?UTF-8?q?=EF=BC=8C=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=EF=BC=8C=E5=BA=94=E8=AF=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E6=88=91?= =?UTF-8?q?=E7=9A=84=E7=94=B3=E8=AF=B7-=E4=B8=8A=E6=9E=B6=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/instructionManual/components/menuBook.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }