跳转及显示相关Issues修改

This commit is contained in:
付民康
2025-03-15 12:03:07 +08:00
parent 1dc4e44935
commit adb72cb946
5 changed files with 116 additions and 32 deletions

View File

@@ -224,7 +224,7 @@ const router = useRouter();
const gotoDetail = (row) => {
// 后续请换成params暂时params传参没传过去
router.push({
path: 'repoDetail/basicInfo/' + row.version
path: 'repoDetail/' + row.version
});
};
// 分页