Commit 02028a8a authored by 王勇霞's avatar 王勇霞

fix: 埋点

parent fe5cbbaa
......@@ -47,7 +47,7 @@ export function handleLogClick(id: number | string, id2: number | string = 1) {
export function handleTaskLogClick(id, id2 = 1, btnStatus) {
logClick({
dpm: `${appId}.110.${id}.${id2}`,
dcm: `202.${CFG.projectId}.0.${btnStatus}'`,
dcm: `202.${CFG.projectId}.0.${btnStatus}`,
domain,
appId,
});
......@@ -55,7 +55,7 @@ export function handleTaskLogClick(id, id2 = 1, btnStatus) {
export function handleTaskLogExposure(id, id2 = 1, btnStatus) {
logExposure({
dpm: `${appId}.110.${id}.${id2}`,
dcm: `202.${CFG.projectId}.0.${btnStatus}'`,
dcm: `202.${CFG.projectId}.0.${btnStatus}`,
domain,
appId,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment