{ "pages": [ "pages/home/home", "pages/news/news", "pages/map/map", "pages/personal/personal" ], "subPackages": [ { "root": "pagesA", "pages": [ "pages/socialWork/socialWork" ] }, { "root": "pagesB", "pages": [ "pages/apple/apple" ], "independent": true } ], "window": { "navigationBarBackgroundColor": "#86D8D0", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#2E2E2E", "selectedColor": "#50C1BA", "borderStyle": "black", "list": [ { "pagePath": "pages/home/home", "text": "首页", "iconPath": "pages/images/home.png", "selectedIconPath": "pages/images/home1.png" }, { "pagePath": "pages/news/news", "text": "消息", "iconPath": "pages/images/xx.png", "selectedIconPath": "pages/images/xx1.png" }, { "pagePath": "pages/map/map", "text": "导航", "iconPath": "pages/images/dh.png", "selectedIconPath": "pages/images/dh1.png" }, { "pagePath": "pages/personal/personal", "text": "我的", "iconPath": "pages/images/wd.png", "selectedIconPath": "pages/images/wd1.png" } ] }, "requiredPrivateInfos": [ "getLocation", "chooseAddress", "chooseLocation", "startLocationUpdateBackground" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "renderer": "webview", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "defaultContentBox": true, "tagNameStyleIsolation": "legacy", "disableABTest": true, "sdkVersionBegin": "3.0.0", "sdkVersionEnd": "15.255.255" } }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }