{ "pages": [ "pages/cover/index", "pages/login/index", "pages/index/index", "pages/chat/index", "pages/chatOnline/index", "pages/community/index", "pages/community/release", "pages/community/detail", "pages/mine/index", "pages/mine/aboutus", "pages/mine/contactus", "pages/call/index", "pages/bluetooth/index", "pages/bluetooth/device", "pages/bluetooth/connect" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "homeButton": false }, "tabBar": { "color": "#999999", "selectedColor": "#000000", "backgroundColor": "#ffffff", "borderStyle": "black", "position": "bottom", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/icon/ufo.png", "selectedIconPath": "static/icon/ufo_active.png" }, { "pagePath": "pages/chat/index", "text": "聊天", "iconPath": "static/icon/chat.png", "selectedIconPath": "static/icon/chat_active.png" }, { "pagePath": "pages/community/index", "text": "社区", "iconPath": "static/icon/community.png", "selectedIconPath": "static/icon/community_active.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/icon/mine.png", "selectedIconPath": "static/icon/mine_active.png" } ] }, "permission": {}, "usingComponents": {} }