gpt4 book ai didi

javascript - 如何在 Ember 中设置根 URL

转载 作者:行者123 更新时间:2023-11-28 02:21:33 25 4
gpt4 key购买 nike

我的 Ember 应用位于 example.com/path/to/ember_app

我的问题是,Ember 似乎是根据站点根而不是应用程序的根来对所有内容进行 root 的,因此当我期望 ember 进行 root 时:

example.com/path/to/ember_app/**news_items**

我在 example.com/news_items 上收到 500(内部服务器错误) (GET)。

最佳答案

MyApp.IndexRoute = Ember.Route.extend({
redirect: function() {
this.transitionTo('example.path');
}
});

这应该对您有帮助,这基本上将您应用程序的索引路由重定向到 example.path 路由。

关于javascript - 如何在 Ember 中设置根 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15570396/

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