{ "pages": [ "pages/login/login", "pages/index/index", "pages/category/category", "pages/mine/mine" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "底部TabBar示例", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#dbdbdb", "selectedColor": "#fff", "backgroundColor": "#FF9966", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "img/tab/home_active.png", "selectedIconPath": "img/tab/home.png" }, { "pagePath": "pages/category/category", "text": "分类", "iconPath": "img/tab/category_active.png", "selectedIconPath": "img/tab/category.png" }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "img/tab/mine_active.png", "selectedIconPath": "img/tab/mine.png" } ] }, "requiredPrivateInfos": ["getLocation"], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于获取当前位置并在地图上显示" } }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }