fix: update default frontend hardcoded route links (#5016)

This commit is contained in:
yyhhyyyyyy
2026-05-22 10:36:50 +08:00
committed by GitHub
parent ae6a03364d
commit e13d673454
3 changed files with 5 additions and 3 deletions
@@ -689,7 +689,7 @@ export function useChannelsColumns(): ColumnDef<Channel>[] {
onClick={(e) => {
e.stopPropagation()
if (!deploymentId) return
const targetUrl = `/console/deployment?deployment_id=${deploymentId}`
const targetUrl = `/models/deployments?dFilter=${encodeURIComponent(String(deploymentId))}`
window.open(targetUrl, '_blank', 'noopener')
}}
/>