Sign in
w-front-end
/
popularSports
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8b0e585d278a96e6064f04739df83d73c2d0aef1
Authored by
zhiyangdu
2020-01-02 19:30:29 +0800
1 parent
78721d28
获取url的id
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/index/index.vue
src/pages/index/index.vue
View file @
8b0e585
...
...
@@ -45,7 +45,7 @@
45
45
// 获取并设置分享参数
46
46
this.$parent.getShareData({
47
47
type: 23,
48
- id:
1,
48
+ id:
this.$route.query.id||
1,
49
49
url: ""
50
50
});
51
51
},
...
...