{ "pages": [ "pages/homepage/homepage", "pages/profile/profile" ], "tabBar": { "color": "rgba(182, 189, 205, 1)", "selectedColor": "rgba(46, 48, 56, 1)", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/homepage/homepage", "text": "首页", "iconPath": "static_file/homepage.png", "selectedIconPath": "static_file/homepageCheck.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "static_file/personalCenter.png", "selectedIconPath": "static_file/personalCenterCheck.png" } ] }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#4080FF", "navigationBarTitleText": "智慧水务", "navigationBarTextStyle": "white" }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "usingComponents": { "t-button": "tdesign-miniprogram/button/button" } }