我刚刚将我的应用程序升级到ember2.1并在我的网络浏览器控制台中收到此错误:UncaughtTypeError:this.transitionToisnotafunction在我的url中,我有一个名为direction的变量:http://localhost:4200/plates/new?direction=plates然后我将其构建到我的Controller中:exportdefaultEmber.Controller.extend({queryParams:['direction'],direction:null,actions:{lastpage(){this.trans