|
@@ -72,7 +72,7 @@ var cmSysVitaMixins = function () {
|
|
|
this.cmSysParams.pagePath = pagePath;
|
|
|
setTimeout(()=>{
|
|
|
this.handleSetNetworks(this.cmSysParams);
|
|
|
- },1000)
|
|
|
+ },2000)
|
|
|
},
|
|
|
handleSetNetworks(params){// 进入页面执行统计
|
|
|
console.log(`页面路径:${params.pagePath}`,`标签:${params.pageLabel}`)
|