123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [
- "pages/main/main",
- "pages/feedback/feedback",
- "pages/foodDetail/foodDetail",
- "pages/recommendFood/recommendFood",
- "pages/scenicDetail/scenicDetail",
- "pages/scenicList/scenicList",
- "pages/macunIntro/macunIntro",
- "pages/naxiIntro/naxiIntro",
- "pages/map/map"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "乡村旅游和美食推荐",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#d43c33",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/main/main",
- "iconPath": "images/home.png",
- "selectedIconPath": "images/homeSelect.png",
- "text": "主页"
- },
- {
- "pagePath": "pages/map/map",
- "iconPath": "images/nav.png",
- "selectedIconPath": "images/navSelect.png",
- "text": "导航"
- },
- {
- "pagePath": "pages/feedback/feedback",
- "iconPath": "images/feedback.png",
- "selectedIconPath": "images/feedback_select.png",
- "text": "意见反馈"
- }
- ]
- },
-
- "lazyCodeLoading": "requiredComponents",
-
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|