Fix back button for default route.
This commit is contained in:
parent
bc01dad847
commit
b6daeaab5a
3 changed files with 5 additions and 5 deletions
|
|
@ -1098,7 +1098,7 @@ var _20 = function($window, redrawService0) {
|
|||
if (render1 != null) redrawService0.render(root, render1(Vnode(component, attrs3.key, attrs3)))
|
||||
}
|
||||
var bail = function() {
|
||||
routeService.setPath(defaultRoute)
|
||||
routeService.setPath(defaultRoute, null, { replace: true })
|
||||
}
|
||||
routeService.defineRoutes(routes, function(payload, params, path) {
|
||||
var update = lastUpdate = function(routeResolver, comp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue