我在这里遵循示例,我的config/environment.js
文件中有这个:
ENV['simple-auth'] = {
authorizer: 'simple-auth-authorizer:devise',
routeAfterAuthentication: 'landing-pages'
};
但是,在我的应用程序进行身份验证后,它会尝试前往该index
路线。我通过在库的方法中添加断点来确认使用的配置变量index
作为属性。routeAfterAuthentication
sessionAuthenticationSucceeded
我尝试import
在environment.js
文件 ES6 样式中配置配置,但这似乎不可能。