From 2774650d96f1248b04703b93fe46c4e71ebd8803 Mon Sep 17 00:00:00 2001 From: guoyue Date: Fri, 28 Oct 2022 17:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E6=8C=87=E5=8D=97--=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E4=B8=8B=E6=9E=B6=E8=B7=B3=E8=BD=AC=E5=88=B0=E6=88=91?= =?UTF-8?q?=E7=9A=84=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/instructionManual/components/menuBook.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/front/src/views/instructionManual/components/menuBook.vue b/front/src/views/instructionManual/components/menuBook.vue index 82412857..d27eb5fe 100644 --- a/front/src/views/instructionManual/components/menuBook.vue +++ b/front/src/views/instructionManual/components/menuBook.vue @@ -267,12 +267,10 @@ }) window.open(newpage.href, '_blank') } else if (data === '资源下架') { - window.sessionStorage.setItem('type', JSON.stringify('apply')) + // 跳转到个人中心--我的发布 + window.sessionStorage.setItem('type', JSON.stringify('push')) const newpage = router.resolve({ path: '/personalCenter', - query: { - tabTypeName: '能力上架' - } }) window.location.href = newpage.href }