1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "pages": [
- {
- "path" : "pages/tabBar/home/index",
- "style" :
- {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "pages/tabBar/message/index",
- "style" :
- {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/tabBar/mine/index",
- "style" :
- {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "青泓报修小程序",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#139EFF",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/tabBar/home/index",
- "iconPath": "static/component.png",
- "selectedIconPath": "static/componentHL.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabBar/message/index",
- "iconPath": "static/api.png",
- "selectedIconPath": "static/apiHL.png",
- "text": "消息"
- }, {
- "pagePath": "pages/tabBar/mine/index",
- "iconPath": "static/template.png",
- "selectedIconPath": "static/templateHL.png",
- "text": "我的"
- }
- ]
- }
- }
|