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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35d01-2bfa7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35d01-2bfa7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?