1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "千家地",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "color": "#9A9A9A",
- "selectedColor": "#52A63A",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/caizhai.png",
- "selectedIconPath": "static/images/caizhai.png",
- "text": "首页"
- },{
- "pagePath": "pages/shop/index",
- "iconPath": "static/images/caizhai.png",
- "selectedIconPath": "static/images/caizhai.png",
- "text": "商城"
- }
- ]
- }
- }
|