gpt4 book ai didi

ember.js - 如何在 Ember.js 中处理 'no route matched' 并显示 404 页面?

转载 作者:行者123 更新时间:2023-12-03 06:13:35 25 4
gpt4 key购买 nike

如何处理错误

Uncaught Error: No route matched the URL '...'

并显示自定义 404 页面?

<小时/>

注意:此问题之前已被问及 answered几个月前 - 但不再起作用了。

最佳答案

App.Router.map(function() {
//set up all of your known routes, and then...
this.route("fourOhFour", { path: "*path"});
});

.. 在其中定义了 FourOhFourRoute 以显示您选择的“未找到路由”消息。您将能够访问 fourOhFour 路由中最初请求的路径作为路径参数。

编辑:只是为了清楚起见 - 这个答案是在其他人被报告不再工作之后得出的。

编辑2:我更新了答案以反射(reflect) Yehuda Katz 的评论(如果我有错,请LMK)。

关于ember.js - 如何在 Ember.js 中处理 'no route matched' 并显示 404 页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14548594/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com