|
@@ -822,8 +822,15 @@ var vm = new Vue({
|
|
|
document.body.scrollTop = oTop
|
|
|
this.getList()
|
|
|
},
|
|
|
- goTitle: function(name) {
|
|
|
- // 是渠道合作页面需要登录后重定向
|
|
|
+ goTitle: function(item) {
|
|
|
+ var name = item.buyer
|
|
|
+ var seoId = item.seo_id
|
|
|
+ var seoUrl = '/dw/' + seoId + '.html'
|
|
|
+ if (!loginflag) {
|
|
|
+ // 未登录,跳转seo画像
|
|
|
+ window.open(seoUrl)
|
|
|
+ }
|
|
|
+ // 是渠道合作页面需要登录后重定向
|
|
|
const BIPge = this.getBIParams ? '?resource=BI' : ''
|
|
|
var url = '/swordfish/page_big_pc/unit_portrayal/' + name
|
|
|
if (this.isNewEntNiche) {
|