当rootUrl是`/ app /`

时间:2016-03-22 10:05:33

标签: ember.js

在带有ember-cli的Rails应用程序中,登录后我将重定向到安装了Ember应用程序的/app。不幸的是,ember app在getHistoryPath ::

中引发了断言
_emberMetalDebug.assert('Path ' + path + ' does not start with the provided rootURL ' + rootURL, rootURLIndex === 0);

将重定向网址更改为/app/有效,但我想知道是否有一个简单的解决方法,使其接受/app作为根路径的有效网址。用户很可能在手动/应用程序中键入,结果是非功能性应用程序。将rootUrl更改为/app会在detect()中引发不同的断言:

_emberMetalDebug.assert('rootURL must end with a trailing forward slash e.g. "/app/"', rootURL.charAt(rootURL.length - 1) === '/');

0 个答案:

没有答案