我正在使用 iron:router 在我的Meteor应用程序中定义路径。
现在,我想使用 houston:admin 包为Meteor的Mongodb提供类似Django的管理界面。
问题是:
路由规则在 shared / lib / routing.js 中定义。
默认路由在 client / app.js 中的客户端定义为:
Router.go('config');
答案 0 :(得分:1)
解决方案是仅在当前路径不以 / admin
开头时强制执行默认路由 在client / app.js 中
rand()