vue的路由分history和hash两种方式,所以如果是拼接url参数的话,也有对应的两种写法:
- hash模式
http://localhost:8080/login/#/home?username=zhangsan&ticket=5d2313a51a11c99ee8079beeb795c468
- history模式
http://localhost:8080/esp/login?username=zhangsan&ticket=5d2313a51a11c99ee8079beeb795c468