1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "实战营相册"
- }
- }
- ,{
- "path" : "pages/picture/detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/item",
- "style" :
- {
- "navigationBarTitleText": "图片直播",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/user",
- "style" :
- {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "app-plus": {
- "scrollIndicator": "none"
- }
- }
- }
|