{ "pages": [ "pages/index/index", "pages/books/books", "pages/borrow/borrow", "pages/my/my" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#2c3e50", "navigationBarTitleText": "图书馆借书系统", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#2c3e50", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/books/books", "text": "图书" }, { "pagePath": "pages/borrow/borrow", "text": "借阅" }, { "pagePath": "pages/my/my", "text": "我的" } ] } }