跳转及显示相关Issues修改
This commit is contained in:
@@ -179,7 +179,7 @@ const handleBatchImport = async() => { // 多个项目导入
|
||||
const gotoDetail = (row) => {
|
||||
// 后续请换成params,暂时params传参没传过去
|
||||
router.push({
|
||||
path: 'repoDetail/basicInfo/' + row.version
|
||||
path: 'repoDetail/' + row.version
|
||||
});
|
||||
};
|
||||
// 分页
|
||||
|
||||
Reference in New Issue
Block a user