Skip to content

Commit c254325

Browse files
committed
fix: Resource relation
1 parent f389a3b commit c254325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/resource_mapping/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function toSetting(row: any) {
419419
window.open(newUrl)
420420
} else {
421421
const newUrl = router.resolve({
422-
path: `/application/${from}/${row.source_id}/SIMPLE/setting`,
422+
path: `/application/${from === 'shared' ? 'resource-management' : from}/${row.source_id}/SIMPLE/setting`,
423423
}).href
424424
window.open(newUrl)
425425
}

0 commit comments

Comments
 (0)