Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-12-04 15:33:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1241852760df3715bbd2420969bd9d9a77303429
12418527
1 parent
a43b2295
fix 修复埋点问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/components/common/hagerHeader.vue
src/views/about/index.vue
src/components/common/hagerHeader.vue
View file @
1241852
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-04 1
0:46:22
* @LastEditTime: 2024-12-04 1
5:32:43
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
@@ -356,8 +356,10 @@ export default {
path,
});
}
// TAG: 统计埋点
this.maEvent(`h_${path.slice(1)}`);
if (path.indexOf('/solution') === -1) { // 不统计解决方案页面
// TAG: 统计埋点
this.maEvent(`h5_${path.slice(1)}`);
}
},
goToC (item) { // 跳转产品二级
this.$router.push({
...
...
src/views/about/index.vue
View file @
1241852
<!--
* @Date: 2024-10-17 09:22:56
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-04 1
0:47:34
* @LastEditTime: 2024-12-04 1
5:28:52
* @FilePath: /hager/src/views/about/index.vue
* @Description: 文件描述
-->
...
...
@@ -130,7 +130,7 @@ export default {
path,
});
// TAG: 统计埋点
this.maEvent(`h_${path.slice(7)}`);
this.maEvent(`h
5
_${path.slice(7)}`);
}
}
}
...
...
Please
register
or
login
to post a comment