可信代码库-个人中心订阅列表字段修改
This commit is contained in:
@@ -58,7 +58,7 @@ const router = useRouter();
|
||||
const gotoDetail = (row) => {
|
||||
// 后续请换成params,暂时params传参没传过去
|
||||
router.push({
|
||||
path: 'repoDetail/' + row.id
|
||||
path: 'repoDetail/' + row.softwareId
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ const router = useRouter();
|
||||
const gotoDetail = (row) => {
|
||||
// 后续请换成params,暂时params传参没传过去
|
||||
router.push({
|
||||
path: 'repoDetail/' + row.id
|
||||
path: 'repoDetail/' + row.softwareId
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user