我正在使用ember-simple-auth,最近我开始在测试中收到这个弃用的[deprecation id: ember-simple-auth.configuration.routes]
我在config中有这样的选项
'ember-simple-auth': {
authenticationRoute: 'login',
routeAfterAuthentication: '/',
routeIfAlreadyAuthenticated: '/',
},为了解决这个问题,我是否需要为所有使用相应混入的路由指定这个字段?对我来说,它有太多的重复,还是我遗漏了什么?
发布于 2017-05-19 16:52:06
https://stackoverflow.com/questions/43937995
复制相似问题