Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TianGongKaiWu-20251203
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
TianGongKaiWu-20251203
Commits
02028a8a
Commit
02028a8a
authored
Dec 23, 2025
by
王勇霞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 埋点
parent
fe5cbbaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MD.ts
src/MD.ts
+2
-2
No files found.
src/MD.ts
View file @
02028a8a
...
...
@@ -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
,
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment