|
- {
- "pages": [
- "pages/home/home",
- "pages/list/list",
- "pages/partner/partner",
- "pages/more/more"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#1772cb",
- "navigationBarTitleText": "发不好看",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#13227a",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "images/icon/icon_home.png",
- "selectedIconPath": "images/icon/icon_home_active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/list/list",
- "iconPath": "images/icon/icon_list.png",
- "selectedIconPath": "images/icon/icon_list_active.png",
- "text": "列表"
- }
- ]
- },
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": true,
- "navigateToMiniProgramAppIdList": [
- "wx64cc3af90544c0cd"
- ],
- "sitemapLocation": "sitemap45.json"
- }
|