使用router.navigateToRoute()导航到子路由

时间:2019-03-26 12:01:48

标签: aurelia aurelia-router

我具有以下应用程序结构:

-app
    -route1
    -route2
        -child1
        -child2

我想从route2/child1导航到route1。使用this.router.navigateToRoute(name of child route)会导致错误:A route with name 'ranking' could not be found

有什么建议吗?

1 个答案:

答案 0 :(得分:2)

由于延迟加载的性质,这是一个已知的无法解决的问题。如您所知,在成功加载之前,route2中将使用哪种路由。通常,我们可以为此参数使用.navigate