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-05-09 10:45:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b109b76f7eb4bbcf6f9e35fd9b66223168a491a5
b109b76f
1 parent
9f220b40
接口联调
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/client/videoDetail.vue
src/views/client/videoDetail.vue
View file @
b109b76
...
...
@@ -50,9 +50,12 @@ const $route = useRoute();
const $router = useRouter();
const getUserInfo = () => {
$router.push({
path: '/client/personIndex'
})
$router.push({
path: '/client/personIndex',
query: {
perf_id: videoInfo.value.perf_id
}
})
}
const active = ref(0); // index 0 为简介,1 为留言
...
...
Please
register
or
login
to post a comment