Browse Source

Merge branch 'dev/v4.8.75_cyl' of qmx/jy into feature/v4.8.75

cuiyalong 1 year ago
parent
commit
e5b4ade9ac
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/web/staticres/js/ent-search-index-pc.js

+ 1 - 3
src/web/staticres/js/ent-search-index-pc.js

@@ -296,14 +296,12 @@ var entSearch = new Vue({
                 }
             }
         },
-<<<<<<< HEAD
         company_phone_show :function (){
             return  this.isLogin && !this.isFree
-=======
+        },
         getBIParams () {
           const urlParams = new URLSearchParams(window.location.search)
           return urlParams.get('resource')
->>>>>>> master
         }
     },
     created: function () {