Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -1087,7 +1087,7 @@ var entSearch = new Vue({
openLoginDig(null, svipLink)
return
} else {
- if (!this.inIframe) {
+ if (!this.inIframe && seoId) {
// 工作桌面外跳转seo画像
return window.open(seoUrl)
}
@@ -2020,6 +2020,7 @@
$('.search-tab-right').hide()
$('.badge-recommend').show()
$('.search-tab-item-0').show()
+ searchInnerVue.searchTab = 0
if(getParam('tab') === '2') {
searchInnerVue.searchTab = 2