标签: ember.js
是否可以拥有包含多个目标的路线@route()?
@route()
也许是这样的:
@route "article", paths: [ "/post/:post_id", "/url/with/slugs/:post_id" ]
现在,我有两条不同的路线,一条“真正的”路线,另一条路线重定向到“真正的”路线......也许有更直接的东西?