Commit d4db682c72b64f64b1deefe085ce15ca16dd7f15
1 parent
101a2e19
Exists in
master
feat:埋点修改
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/common/zwUtil.js
@@ -12,7 +12,7 @@ var pageLogMap = {}; | @@ -12,7 +12,7 @@ var pageLogMap = {}; | ||
12 | export function initZwlog () { | 12 | export function initZwlog () { |
13 | zwlog = new ZwLog({ | 13 | zwlog = new ZwLog({ |
14 | _user_id: localStorage.getItem('centerNo'), | 14 | _user_id: localStorage.getItem('centerNo'), |
15 | - _user_nick: localStorage.getItem('_user_nick') | 15 | + // _user_nick: localStorage.getItem('_user_nick') |
16 | }); | 16 | }); |
17 | } | 17 | } |
18 | 18 | ||
@@ -78,8 +78,8 @@ export function zwlogPvGlobal ({ | @@ -78,8 +78,8 @@ export function zwlogPvGlobal ({ | ||
78 | let pvParams = { | 78 | let pvParams = { |
79 | miniAppId: "2002281863", | 79 | miniAppId: "2002281863", |
80 | miniAppName: "绍兴研学", | 80 | miniAppName: "绍兴研学", |
81 | - log_status: "2002281863", | ||
82 | - Page_duration: Page_duration / 1000 + "秒", | 81 | + log_status: "02", |
82 | + // Page_duration: Page_duration / 1000 + "秒", | ||
83 | t2: t2 / 1000 + "秒", | 83 | t2: t2 / 1000 + "秒", |
84 | t0: t0 / 1000 + "秒", | 84 | t0: t0 / 1000 + "秒", |
85 | pageId: path, | 85 | pageId: path, |