Bläddra i källkod

Merge branch 'dev/v4.8.53_tsz' of qmx/jy into release/v4.8.53

汤世哲 1 år sedan
förälder
incheckning
9b810351a6
1 ändrade filer med 3 tillägg och 10 borttagningar
  1. 3 10
      src/web/staticres/js/pur-search-index-pc.js

+ 3 - 10
src/web/staticres/js/pur-search-index-pc.js

@@ -732,20 +732,13 @@ var vm = new Vue({
             this.getList()
             this.getList()
         },
         },
         goTitle: function(name) {
         goTitle: function(name) {
-<<<<<<< HEAD
-          const BIPge = this.getBIParams ? '?resource=BI' : ''
-            if (this.isNewEntNiche) {
-              window.open('/entpc/unit_portrayal/' + name + BIPge)
-            } else {
-              window.open('/swordfish/page_big_pc/unit_portrayal/' + name + BIPge)
-=======
           // 是渠道合作页面需要登录后重定向
           // 是渠道合作页面需要登录后重定向
+            const BIPge = this.getBIParams ? '?resource=BI' : ''
             var url = '/swordfish/page_big_pc/unit_portrayal/' + name
             var url = '/swordfish/page_big_pc/unit_portrayal/' + name
             if (this.isNewEntNiche) {
             if (this.isNewEntNiche) {
-              url = '/entpc/unit_portrayal/' + name
+              url = '/entpc/unit_portrayal/' + name + BIPge
             } else {
             } else {
-              url = '/swordfish/page_big_pc/unit_portrayal/' + name
->>>>>>> master
+              url = '/swordfish/page_big_pc/unit_portrayal/' + name + BIPge
             }
             }
             if(cooperateCode) {
             if(cooperateCode) {
               openLoginDig(null, url)
               openLoginDig(null, url)