|
|
- {
- "pages": [{
- "path": "pages/index/index"
- },{
- "path": "pages/index/ihome"
- },{
- "path": "pages/index/icone"
- },
-
- {
- "path": "pages/pusher/housea"
- },{
- "path": "pages/pusher/houseb"
- },{
- "path": "pages/pusher/article"
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "兼兼街",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "titleNView": false
- },
- "navigationStyle": "custom"
- }
- ,
- "tabBar": {
- "borderStyle": "white",
- "backgroundColor": "#FFFFFF",
- "color": "#808080",
- "selectedColor": "#1B55E2",
- "list": [
- {
- "iconPath": "static/tarbar/indexu.png",
- "selectedIconPath": "static/tarbar/index.png",
- "text": "",
- "pagePath": "pages/index/index"
- },{
- "iconPath": "static/tarbar/fabuu.png",
- "selectedIconPath": "static/tarbar/fabu.png",
- "text": "",
- "pagePath": "pages/index/icone"
- },{
- "iconPath": "static/tarbar/myu.png",
- "selectedIconPath": "static/tarbar/my.png",
- "text": "",
- "pagePath": "pages/index/ihome"
- }]
- }
- // "navigationStyle":"custom",
- // "disableScroll": true,
- }
|