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 15:58:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
074f49c65bbbcc031aba0d90e8ebe6770db4acf8
074f49c6
1 parent
84c1d1f1
🐞 fix: 跳转详情页带参数问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/components/AuditVideoCard/index.vue
src/components/AuditVideoCard/index.vue
View file @
074f49c
...
...
@@ -131,7 +131,8 @@ export default {
query: {
prod_id: this.item.id,
type: this.item.type, // 特殊标识,判断入口 为keepAlive使用
perf_id: this.item.perf_id
perf_id: this.item.perf_id,
book_id: this.item.book_id
}
});
},
...
...
@@ -139,7 +140,8 @@ export default {
this.$router.push({
path: '/client/videoDetail/comment',
query: {
prod_id: this.item.id
prod_id: this.item.id,
book_id: this.item.book_id
}
});
}
...
...
Please
register
or
login
to post a comment