0
認證按照docs後,我應該把routeAfterAuthentication我配置/ environment.js文件。路線在灰燼
我environment.js包含以下內容:
module.exports = function(environment) {
var ENV = {
modulePrefix: 'client',
environment: environment,
baseURL: '',
locationType: 'auto',
routeAfterAuthentication: 'dashboard',
...
但是,它仍然沒有被重定向到儀表板的路線和顯示該指數路徑沒有定義。
我在這裏錯過了什麼嗎?