|
@@ -1080,17 +1080,13 @@ var entSearch = new Vue({
|
|
|
toDetail: function (item) {
|
|
|
var id = item.id || item.entId
|
|
|
var seoId = item.nseo_id
|
|
|
- var seoUrl = '/qy/' + seoId + '.html'
|
|
|
- if (!loginflag) {
|
|
|
- // 未登录,跳转seo画像
|
|
|
- return window.open(seoUrl)
|
|
|
- }
|
|
|
let BIPage = ''
|
|
|
if (this.getBIParams) {
|
|
|
BIPage = '?resource=BI'
|
|
|
} else {
|
|
|
BIPage = ''
|
|
|
}
|
|
|
+ var seoUrl = '/qy/' + seoId + '.html' + BIPage
|
|
|
// 去超级订阅画像
|
|
|
var svipLink = '/swordfish/page_big_pc/svip/ent_ser_portrait/' + id + BIPage
|
|
|
// 大会员画像
|
|
@@ -1099,6 +1095,8 @@ var entSearch = new Vue({
|
|
|
if(cooperateCode) {
|
|
|
openLoginDig(null, svipLink)
|
|
|
return
|
|
|
+ } else {
|
|
|
+ return window.open(seoUrl)
|
|
|
}
|
|
|
try {
|
|
|
item.visited = true
|