Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
2022-06-07 18:29:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c155647f646443fd7a541a5fdb50e204eb429171
c155647f
1 parent
a33c4d30
🐞 fix: 跳转视频详情页需要带book_id参数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/me/message.vue
src/views/me/message.vue
View file @
c155647
...
...
@@ -121,7 +121,8 @@ const onClick = (item) => { // 跳转作品详情页
path: '/client/videoDetail',
query: {
prod_id: item.prod_id,
perf_id: item.perf_id
perf_id: item.perf_id,
book_id: item.book_id
}
});
}
...
...
Please
register
or
login
to post a comment