Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
baoss
5 years ago
Committed by
lea guo
5 years ago
Commit
642a751dcb2789b0845e324a7136fb6fe08ba4b5
1 parent
0382571c
底部导航埋点
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
apps/pages/home/indexPage/index-page.vue
apps/pages/home/indexPage/index-page.vue
View file @
642a751
...
...
@@ -23,6 +23,12 @@ export default {
},
methods: {
onClick(index) {
this.$store.dispatch('reportYas', {
params: {
param: {TAB_ID: index + 1 },
appop: 'XY_UFO_MAIN_TAB'
}
});
switch (index) {
case 0: {
this.go('ChannelPage');
...
...
Please
register
or
login
to post a comment