根据他们的tutorial:
所有位置属性都可以是超音速路由或URL。
当我在structure.coffee中使用它时,没有加载任何内容,只显示初始启动画面:
rootView:
location: "http://example.com/page1"
我还应该设置什么?
答案 0 :(得分:1)
这似乎是GitHub上的当前问题。
从那篇文章:
A workaround is to run a local clone of Steroids and change
https://github.com/AppGyver/steroids/blob/master/src/steroids/features.coffee#L6
to be false, after which you can write
splashscreen:
autohide: true
在config/app.coffee
。