Route with parameter jump, intercepted by 404
Route Jump Code
to: {
path: "/report/detail",
query: {
id: row.deviceId,
cid: _t.selectedCompany.companyId
}
}
Page 404 after route jump, how to deal with this situation