作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在设置一个 body helper 与 Iron Router 一起用作 {{route}}
:
Template.body.helpers({
route: function(){
alert(Router.current().route.getName());
}
});
但是 Router.current().route.getName()
返回 undefined 而不是“/thirdPage/”。
最佳答案
尝试:
Router.current().route.path()
关于javascript - 如何在 Iron Router Meteor 中查看当前路线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30732516/
我是一名优秀的程序员,十分优秀!