{ "pages":[ "pages/index/index", "pages/login/index" ], "tabBar": { "list": [{ "pagePath": "pages/index/index", "text": "菜单", "iconPath": "./assets/tabber/menu.png", "selectedIconPath": "./assets/tabber/menu_copy.png" },{ "pagePath": "pages/login/index", "text":"我的", "iconPath": "./assets/tabber/my.png", "selectedIconPath": "./assets/tabber/my_copy.png" } ], "color": "#fff", "selectedColor": "#1296db", "backgroundColor": "#333" }, "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "金融小程序", "navigationBarTextStyle":"white", "navigationStyle": "custom" }, "usingComponents": { "cu-custom": "/colorui/components/cu-custom" }, "sitemapLocation": "sitemap.json" }