| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/my",
- "pages/search/search",
- "pages/setMeal/setMeal"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "靖安民宿",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#A6A6A6",
- "selectedColor": "#1E7DFB",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/setMeal/setMeal",
- "iconPath": "static/images/setMeal.png",
- "selectedIconPath": "static/images/setMeal-active.png",
- "text": "套餐"
- },
- {
- "pagePath": "pages/search/search",
- "iconPath": "static/images/search.png",
- "selectedIconPath": "static/images/search-active.png",
- "text": "服务"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/images/my.png",
- "selectedIconPath": "static/images/my-active.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|