1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [{
- "path": "pages/cardHolder/cardHolder",
- "style": {
- "navigationBarTitleText": "电子名片",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/circle/circle",
- "style": {
- "navigationBarTitleText": "圈子",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mySet/mySet",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- }],
- "tabBar": {
- "custom": false,
- "color": "#656765",
- "selectedColor": "#000102",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/cardHolder/cardHolder",
- "iconPath": "static/11.png",
- "selectedIconPath": "static/1.png",
- "text": "电子名片"
- },
- {
- "pagePath": "pages/circle/circle",
- "iconPath": "static/11.png",
- "selectedIconPath": "static/1.png",
- "text": "圈子"
- },
- {
- "pagePath": "pages/mySet/mySet",
- "iconPath": "static/4.png",
- "selectedIconPath": "static/44.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "电子名片",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|