浏览代码

Merge branch 'dev/v4.8.75_wmh' into dev/v4.8.70_wmh

# Conflicts:
#	src/web/staticres/js/ent-search-index-pc.js
wenmenghao321 1 年之前
父节点
当前提交
66ac851820
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/web/staticres/js/ent-search-index-pc.js

+ 2 - 0
src/web/staticres/js/ent-search-index-pc.js

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