Vue route is redirected with parameters, what if it is intercepted by 404?

Route with parameter jump, intercepted by 404

clipboard.png

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

Mar.28,2021

I think the problem may be /

in the path value.

-Bingtang Sydney

Menu