refactor(index): 移除路由跳转中的未使用变量
This commit is contained in:
parent
c5996581bb
commit
68c27a904f
|
|
@ -235,7 +235,7 @@ function showUploadDialog() {
|
|||
}
|
||||
|
||||
function goDetail(item) {
|
||||
const routeData = router.push({
|
||||
router.push({
|
||||
path: '/detail',
|
||||
query: {
|
||||
id: item.id,
|
||||
|
|
@ -245,7 +245,6 @@ function goDetail(item) {
|
|||
fileName: item.fileName,
|
||||
},
|
||||
});
|
||||
// window.open(routeData.href, '_blank');
|
||||
}
|
||||
|
||||
// 检校
|
||||
|
|
|
|||
Loading…
Reference in New Issue