hookehuyr

接口联调

......@@ -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 为留言
......