门户:新手指引:能力下架,跳转页面不对,应该跳转到我的申请-上架能力页面

This commit is contained in:
guoyue 2022-10-26 16:25:44 +08:00
parent 82718e3d02
commit fef67d9cc4
1 changed files with 4 additions and 1 deletions

View File

@ -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
}