{ "pages": [ "pages/homePage/homePage", "pages/settlement/settlement", "pages/index/index", "pages/logs/logs", "pages/my/my" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black" }, "tabBar":{ "selectedColor":"#EA986C", "list":[{ "pagePath":"pages/homePage/homePage", "text": "้ฆ–้กต", "iconPath": "pages/homePage/shouye.png", "selectedIconPath": "pages/homePage/shouye1.png" },{ "pagePath":"pages/my/my", "text": "ๆˆ‘็š„", "iconPath": "pages/homePage/wode.png", "selectedIconPath": "pages/homePage/wode1.png" }] }, "usingComponents": { "van-button": "@vant/weapp/button" }, "sitemapLocation": "sitemap.json" }