{ "pages": [ "pages/index/index/index", "pages/order/list/index", "pages/user/index/index", "pages/user/login/index", "pages/user/password/index", "pages/product/list/index", "pages/user/income/list/index", "pages/index/verification/index", "pages/user/income/detail/index", "pages/browser/index" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f5f5" }, "style": "v2", "tabBar": { "color": "#222222", "selectedColor": "#FFC300", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index/index", "text": "数据", "iconPath": "assets/icon/tab-bar/tab1.png", "selectedIconPath": "assets/icon/tab-bar/tab1-active.png" }, { "pagePath": "pages/order/list/index", "text": "订单", "iconPath": "assets/icon/tab-bar/tab2.png", "selectedIconPath": "assets/icon/tab-bar/tab2-active.png" }, { "pagePath": "pages/user/index/index", "text": "我的", "iconPath": "assets/icon/tab-bar/tab3.png", "selectedIconPath": "assets/icon/tab-bar/tab3-active.png" } ] }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }