| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/my",
- "pages/search/search",
- "pages/setMeal/setMeal",
- "pages/set/set",
- "pages/common/common",
- "pages/addOrEdit/addOrEdit",
- "pages/orderManage/orderManage",
- "pages/detail/detail"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "靖安民宿",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#A6A6A6",
- "selectedColor": "#096562",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/images/my.png",
- "selectedIconPath": "static/images/my-active.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|