vuejs / vue-router

šŸš¦ The official router for Vue 2
http://v3.router.vuejs.org/
MIT License
18.99k stars 5.06k forks source link

Illegal character leads to lost all query data in "history" mode #3859

Closed idlesysman closed 1 year ago

idlesysman commented 1 year ago

Version

3.0.2

Reproduction link

localhost/login

Steps to reproduce

"/login?r=t1&code=%u5%" will redirect to "/login" in "history" modeļ¼Œall query data lost.in "hash" mode will throw "Uncaught URIError: URI malformed" error

What is expected?

ignore illegal character data

What is actually happening?

no error and lost data