{ "pages": [ "pages/index/index", "pages/bar/index", "pages/logs/logs" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "首页", "navigationBarTextStyle": "black" }, "tabBar": { "list": [{ "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/insight/index", "text": "洞察" } ] }, "sitemapLocation": "sitemap.json", "usingComponents": { "ec-canvas": "../ec-canvas/ec-canvas", "van-button": "@vant/weapp/button/index", "van-tabbar": "@vant/weapp/tabbar/index", "van-tabbar-item": "@vant/weapp/tabbar-item/index" } }