例如 http://localhost:8080/?beforeParams=1#/workSchemelist/index?afterParams=1
beforeParams 和 afterParams 区别
打印出来可以发现:
beforeParams 是 url 的search参数,通过window.location.search
获取
afterParams 是 route 的query参数,通过$route.query
获取
例如 http://localhost:8080/?beforeParams=1#/workSchemelist/index?afterParams=1
beforeParams 和 afterParams 区别
打印出来可以发现:
beforeParams 是 url 的search参数,通过window.location.search
获取
afterParams 是 route 的query参数,通过$route.query
获取