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-08 09:47:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b5356bf5f2b2fd866eef1b1c9a891de128b0871
0b5356bf
1 parent
530127a0
🐞 fix(@我的): 点击时跳转位置修复,应该是直接跳作品详情页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/me/callMe.vue
src/views/me/callMe.vue
View file @
0b5356b
...
...
@@ -190,9 +190,11 @@ const closeCommentBox = (v) => { // 关闭留言框
const onClick = (item) => {
// 调整书籍详情页
$router.push({
path: '/client/
book
Detail',
path: '/client/
video
Detail',
query: {
id: item.book_id,
prod_id: item.prod_id,
perf_id: item.perf_id,
book_id: item.book_id
}
});
}
...
...
Please
register
or
login
to post a comment