浏览代码

Ross精准用户搜集

zhengjinyi 2 年之前
父节点
当前提交
e95b345edc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/static/js/supplier/index.js

+ 1 - 0
src/main/resources/static/js/supplier/index.js

@@ -214,6 +214,7 @@ var supplierHome = new Vue({
         // this.params.id = getUrlParam("id") ? getUrlParam("id") * 1 : 0;
         var paramsArr = window.location.pathname.split(".")[0].split("-");
         this.params.id = this.handleShopId =  paramsArr.length>=1 ? paramsArr[1]*1 : 0;
+        this.cmSysParams.pageLabel = `供应商主页`;//设置统计数据标签
         if(this.params.id !== 0) {
             this.getShopInfo();
             this.getBanners();