如果唯一的区别是ID参数,铁路由器会混淆两条路由?

时间:2015-06-18 08:54:16

标签: meteor iron-router

我有两条路线,似乎铁路由器混淆了两者。我想在查看其余代码之前检查它是否为真。

以下是我的两条路线(请注意,控制器名称不相同 - group而不是groups):

this.route("groups.trashbin", {
  path: "/groups/trashbin",
  controller: "GroupsTrashbinController"
});

this.route("group.trashbin", {
  path: "/groups/trashbin/:groupId",
  controller: "GroupTrashbinController"
});

即使我的pathFor指的是第一个,是否总是使用第二个?

0 个答案:

没有答案