{ "pages": [ "pages/home/home", "pages/works/works", "pages/my/my" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "list": [ { "text": "首页", "pagePath": "pages/home/home" }, { "text": "作品", "pagePath": "pages/works/works" }, { "text": "我的", "pagePath": "pages/my/my" } ] }, "usingComponents": {} }