启动我的申请时,我有
Backbone.history.start
pushState: true
root: '/app'
在我的路线中我有
routes:
'' : 'index' # matches /app/ but not /app
'stores': 'stores' # matches /app/stores/ and /app/stores
匹配mydomain.com/app/但不匹配mydomain.com/app。 额外/看起来很丑,所有其他路线都匹配和不带/。 如果没有尾随/?
,我怎么能让root匹配